newConfig
Home > @gooddata/sdk-ui-dashboard > DashboardInsightWidgetVisConfigurationChangedPayload > newConfig
DashboardInsightWidgetVisConfigurationChangedPayload.newConfig property
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.
New visualization config that are now in effect for the insight widget. These config will be merged with the config defined on the insight itself. They will influence how the insight visually appears.
Will be undefined if there are no widget-level visualization config set for the particular insight widget.
Signature:
readonly newConfig: IInsightWidgetConfiguration | undefined;