IDashboardVisualizationSwitcherProps
Home > @gooddata/sdk-ui-dashboard > IDashboardVisualizationSwitcherProps
IDashboardVisualizationSwitcherProps interface
Visualization switcher widget props.
Signature:
export interface IDashboardVisualizationSwitcherProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
activeVisualizationId? | string | undefined | (Optional) Identifier of visualization currently active. | |
backend? | IAnalyticalBackend | (ALPHA) (Optional) Backend to work with. | |
clientHeight? | number | (ALPHA) (Optional) Height of the visualization switcher widget container. | |
clientWidth? | number | (ALPHA) (Optional) Width of the visualization switcher widget container. | |
onError? | OnError | (Optional) | |
onExportReady? | OnExportReady | (Optional) | |
onLoadingChanged? | OnLoadingChanged | (Optional) | |
screen | ScreenSize | ||
widget | IVisualizationSwitcherWidget | Definition of insight widget to render. | |
workspace? | string | (ALPHA) (Optional) Workspace where the Insight widget exists. |