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