ISidebarProps
Home > @gooddata/sdk-ui-dashboard > ISidebarProps
ISidebarProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface ISidebarProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
configurationPanelClassName? | string | (ALPHA) (Optional) Specify className for configurationPanel. | |
DefaultSidebar | ComponentType<ISidebarProps> | (ALPHA) Contains reference to default implementation of the sidebar. If you are implementing a custom sidebar that decorates default side bar, then use this component to render the default sidebar. |