[]
Ƭ DocumentBinderInitOption: InitOptionBase
& DocumentBinderInitOptionCore
活页夹初始化选项
Ƭ DocumentBinderInitOptionCore: Object
名称 | 类型 |
---|---|
documentId? |
string |
showCloseButton? |
boolean |
documentId?: string
活页夹 id。
示例
documentId: '1f183c3f-64f9-4b4c-ac92-cd37580bde21'
showCloseButton?: boolean
指定是否显示关闭按钮。
示例
showCloseButton: true
Ƭ DocumentBinderInitOptionFull: InitOption
& DocumentBinderInitOptionCore
Ƭ destroyAble: Object
名称 | 类型 |
---|---|
destroy |
() => void |
destroy: () => void
-