config
Home > @gooddata/sdk-ui-dashboard > ChangeInsightWidgetVisConfigurationPayload > config
ChangeInsightWidgetVisConfigurationPayload.config property
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
.
Signature:
readonly config: IInsightWidgetConfiguration | undefined;