getTextFilterStateParts()
Home > @gooddata/sdk-ui-filters > getTextFilterStateParts
getTextFilterStateParts() function
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.
Get textual state parts for text filter state.
Signature:
export declare function getTextFilterStateParts(operator: TextFilterOperator, values: Array<string | null>, literal: string, intl: IntlShape): ITextFilterStateParts;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
operator | ||
|
values |
Array<string | null> | |
|
literal |
string | |
|
intl |
IntlShape |
Returns: