insight
Home > @gooddata/sdk-ui-dashboard > IDashboardInsightProps > insight
IDashboardInsightProps.insight property
An insight to render.
Signature:
insight: IInsight;
Remarks
Note: the insight object provided here represents the insight as it is stored on the backend. It does not reflect dashboard filters that should be applied when computing data for this insight.
Use the useWidgetFilters()
to obtain filters to use on this insight. Use those filters to replace all insight filters using insightSetFilters()
function available in @gooddata/sdk-model
.