openSidebar

GitHubEdit on GitHub
packages@univerjs/preset-sheets-core | @univerjs/preset-docs-core | @univerjs/ui
univerAPI.openSidebar(options)

ISidebarMethodOptions

PropTypeDefault
id?
string
-
header?
ICustomLabelProps
-
children?
ICustomLabelProps
-
bodyStyle?
CSSProperties
-
footer?
ICustomLabelProps
-
visible?
boolean
-
width?
string | number
-
onClose?
(() => void)
-
onOpen?
(() => void)
-

Returns

PropTypeDefault
dispose
() => void
-