ChangeInsightWidgetVisConfigurationPayload
Home > @gooddata/sdk-ui-dashboard > ChangeInsightWidgetVisConfigurationPayload
ChangeInsightWidgetVisConfigurationPayload interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the ChangeInsightWidgetVisConfiguration command.
Signature:
export interface ChangeInsightWidgetVisConfigurationPayload
Properties
Property | Type | Description |
---|---|---|
config | IInsightWidgetConfiguration | undefined | (BETA) Visualization configuration to use for the insight that is rendered by the widget.These will replace the existing visualization configuration. To clear any widget-level configuration currently in effect for the widget, set the configuration to undefined . |
ref | ObjRef | (BETA) Reference to Insight Widget whose visualization configuration to change. |