AddVisualizationToVisualizationSwitcherWidgetContentPayload
Home > @gooddata/sdk-ui-dashboard > AddVisualizationToVisualizationSwitcherWidgetContentPayload
AddVisualizationToVisualizationSwitcherWidgetContentPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the AddVisualizationToVisualizationSwitcherWidgetContent command.
Signature:
export interface AddVisualizationToVisualizationSwitcherWidgetContentPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
insight | readonly | IInsight | (BETA) Insight that is added. |
ref | readonly | ObjRef | (BETA) Visualization switcher widget reference whose content to change. |
sizeInfo | readonly | IVisualizationSizeInfo | (BETA) Size info of the added visualizaiton. |
visualization | readonly | IInsightWidget | (BETA) Visualization to add onto switcher widget. |