openSidebar
packages | @univerjs/preset-sheets-core | @univerjs/preset-docs-core | @univerjs/ui |
---|
univerAPI.openSidebar(options)
ISidebarMethodOptions
Prop | Type | Default |
---|---|---|
id? | string | - |
header? | ICustomLabelProps | - |
children? | ICustomLabelProps | - |
bodyStyle? | CSSProperties | - |
footer? | ICustomLabelProps | - |
visible? | boolean | - |
width? | string | number | - |
onClose? | (() => void) | - |
onOpen? | (() => void) | - |
Returns
Prop | Type | Default |
---|---|---|
dispose | () => void | - |