usedInAttributeFilters
Home > @gooddata/sdk-ui-dashboard > InsightDateDatasets > usedInAttributeFilters
InsightDateDatasets.usedInAttributeFilters property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Date datasets that the insight references in the attribute filters.
The order of appearance matches the order in which attribute display forms used for filtering appear in the InsightAttributesMeta's usage.inFilters
. If some display form does not belong to a date dataset, then the element will be undefined.
Signature:
readonly usedInAttributeFilters: ReadonlyArray<ICatalogDateDataset | undefined>;