IDashboardExtensionProps
Home > @gooddata/sdk-ui-dashboard > IDashboardExtensionProps
IDashboardExtensionProps interface
Cumulative properties for Dashboard() customization.
Signature:
export interface IDashboardExtensionProps extends IDashboardEventing, IDashboardCustomizationProps, IDashboardWidgetsOverlayProps, IDashboardThemingProps
Extends: IDashboardEventing, IDashboardCustomizationProps, IDashboardWidgetsOverlayProps, IDashboardThemingProps
Remarks
IMPORTANT: while this interface is marked as public, you also need to heed the maturity annotations on each property. A lot of these properties are at this moment alpha level.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
Context<ReactReduxContextValue | null> |
(Optional) Pass instance of ReactReduxContext where the dashboard component's store should be saved. |