BasicFilterWithKeys class
- Extends
Construtores
Basic |
Propriedades
key |
|
target |
Propriedades herdadas
display |
|
filter |
|
operator | |
require |
|
schema | |
schema |
|
values |
Métodos
toJSON() |
Detalhes do construtor
BasicFilterWithKeys(IFilterKeyTarget, BasicFilterOperators, string | number | boolean | (string | number | boolean)[], (string | number | boolean)[][])
new BasicFilterWithKeys(target: IFilterKeyTarget, operator: BasicFilterOperators, values: string | number | boolean | (string | number | boolean)[], keyValues: (string | number | boolean)[][])
Parâmetros
- target
- IFilterKeyTarget
- operator
- BasicFilterOperators
- values
-
string | number | boolean | (string | number | boolean)[]
- keyValues
-
(string | number | boolean)[][]
Detalhes da propriedade
keyValues
keyValues: (string | number | boolean)[][]
Valor da propriedade
(string | number | boolean)[][]
target
Detalhes das propriedades herdadas
displaySettings
filterType
operator
operator: BasicFilterOperators
Valor da propriedade
requireSingleSelection
requireSingleSelection: boolean
Valor da propriedade
boolean
herdado deBasicFilter.requireSingleSelection
schema
static schema: string
Valor da propriedade
string
schemaUrl
values
values: (string | number | boolean)[]
Valor da propriedade
(string | number | boolean)[]
Herdado deBasicFilter.values