TextAttributeFilter
Home > @gooddata/sdk-model > TextAttributeFilter
TextAttributeFilter 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 TextAttributeFilter = IArbitraryAttributeFilter | IMatchAttributeFilter;
References: IArbitraryAttributeFilter, IMatchAttributeFilter
Remarks
These filters use free-text values rather than element selection.