ChangeInsightWidgetInsightPayload
Home > @gooddata/sdk-ui-dashboard > ChangeInsightWidgetInsightPayload
ChangeInsightWidgetInsightPayload 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 ChangeInsightWidgetInsight command.
Signature:
export interface ChangeInsightWidgetInsightPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
insightRef | readonly | ObjRef | (BETA) Reference to the new insight to use inside the widget. |
ref | readonly | ObjRef | (BETA) Reference to Insight Widget whose insight to change. |
visualizationProperties? | readonly | VisualizationProperties | (BETA) (Optional) Specify new visualization properties to use for the insight. If none specified, the properties already included in the widget will be used. |