createFilterFromOperator()
Home > @gooddata/sdk-ui-filters > createFilterFromOperator
createFilterFromOperator() 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.
Create filter from operator, values/literal, and display form.
Signature:
export declare function createFilterFromOperator(operator: TextFilterOperator, valuesOrLiteral: Array<string | null> | string, displayForm: ObjRef, localIdentifier?: string, caseSensitive?: boolean): IAttributeFilter;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
operator | ||
|
valuesOrLiteral |
Array<string | null> | string | |
|
displayForm | ||
|
localIdentifier |
string |
(Optional) |
|
caseSensitive |
boolean |
(Optional) |
Returns: