TextFilterOperator
Home > @gooddata/sdk-ui-filters > TextFilterOperator
TextFilterOperator 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.
Text filter operator - determines filter type and behavior. Maps to Figma design operator dropdown options.
Signature:
export type TextFilterOperator = "all" | "is" | "contains" | "startsWith" | "endsWith" | TextFilterNegativeOperator;
References: TextFilterNegativeOperator