Skip to main content

Developer Reference / @visdesignlab/upset2-react / SidebarProps

Interface: SidebarProps

Defined in: types.ts:12

Props for providing functions to open and close any sidebar.

Properties

PropertyTypeDescriptionDefined in
close() => voidCallback function to close the sidebar.types.ts:21
embedded?booleanWhether the app/sidebar is embedded, which disables closing and removes top margin.types.ts:26
openbooleanIndicates whether the sidebar is open or closed.types.ts:16