Developer Reference / @visdesignlab/upset2-react / SidebarProps
Interface: SidebarProps
Defined in: types.ts:7
Props for providing functions to open and close any sidebar.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
close | () => void | Callback function to close the sidebar. | types.ts:16 |
open | boolean | Indicates whether the sidebar is open or closed. | types.ts:11 |