ISidebarPluginSectionProps
Interface: ISidebarPluginSectionProps
Defined in: src/types/SidebarPluginSection/interface.ts:13
Interface for SidebarPluginSection component props.
ISidebarPluginSectionProps
Properties
hideDrawer
hideDrawer:
boolean
Defined in: src/types/SidebarPluginSection/interface.ts:15
Whether the drawer is hidden/collapsed
onItemClick()?
optionalonItemClick: () =>void
Defined in: src/types/SidebarPluginSection/interface.ts:17
Handler for plugin item clicks
Returns
void
orgId?
optionalorgId:string
Defined in: src/types/SidebarPluginSection/interface.ts:16
Organization ID for org-specific plugins
pluginItems
pluginItems:
IDrawerExtension[]
Defined in: src/types/SidebarPluginSection/interface.ts:14
Array of plugin drawer items
useSimpleButton?
optionaluseSimpleButton:boolean
Defined in: src/types/SidebarPluginSection/interface.ts:18
Use simple button style (for org drawers)