Developer Reference / @visdesignlab/upset2-react / SidebarProps
Interface: SidebarProps
Defined in: types.ts:12
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:21 |
embedded? | boolean | Whether the app/sidebar is embedded, which disables closing and removes top margin. | types.ts:26 |
open | boolean | Indicates whether the sidebar is open or closed. | types.ts:16 |