DashboardTextAttributeFilter
Home > @gooddata/sdk-model > DashboardTextAttributeFilter
DashboardTextAttributeFilter type
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.
Union of text mode attribute filter types (arbitrary and match).
Signature:
export type DashboardTextAttributeFilter = IDashboardArbitraryAttributeFilter | IDashboardMatchAttributeFilter;
References: IDashboardArbitraryAttributeFilter, IDashboardMatchAttributeFilter
Remarks
These filters use free-text values rather than element selection.