[]
        
(Showing Draft Content)

documentBinder

命名空间: documentBinder

Table of contents

接口

Type Aliases

Type Aliases

DocumentBinderInitOption

Ƭ DocumentBinderInitOption: InitOptionBase & DocumentBinderInitOptionCore

活页夹初始化选项


DocumentBinderInitOptionCore

Ƭ DocumentBinderInitOptionCore: Object

Type declaration

名称 类型
documentId? string
showCloseButton? boolean

documentId?: string

活页夹 id。

示例

documentId: '1f183c3f-64f9-4b4c-ac92-cd37580bde21'

showCloseButton?: boolean

指定是否显示关闭按钮。

示例

showCloseButton: true


DocumentBinderInitOptionFull

Ƭ DocumentBinderInitOptionFull: InitOption & DocumentBinderInitOptionCore


destroyAble

Ƭ destroyAble: Object

Type declaration

名称 类型
destroy () => void

destroy: () => void

-