usedInAttributes
Home > @gooddata/sdk-ui-dashboard > InsightDateDatasets > usedInAttributes
InsightDateDatasets.usedInAttributes 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 attributes used to slice and dice the results.
The order of appearance matches the order in which display forms from the data sets appear in the InsightAttributesMeta's usage.inAttributes
. If some display form does not belong to a date dataset, then the element will be undefined.
Signature:
readonly usedInAttributes: ReadonlyArray<ICatalogDateDataset | undefined>;