BasicFilter class
- Extends
Konstruktory
Basic |
Vlastnosti
key |
|
operator | |
require |
|
schema |
|
values |
Zděděné vlastnosti
display |
|
filter |
|
schema | |
target |
Metody
toJSON() |
Podrobnosti konstruktoru
BasicFilter(IFilterTarget, BasicFilterOperators, (string | number | boolean | (string | number | boolean)[])[])
new BasicFilter(target: IFilterTarget, operator: BasicFilterOperators, values: (string | number | boolean | (string | number | boolean)[])[])
Parametry
- target
- IFilterTarget
- operator
- BasicFilterOperators
- values
-
(string | number | boolean | (string | number | boolean)[])[]
Podrobnosti vlastnosti
keyValues
keyValues: (string | number | boolean)[][]
Hodnota vlastnosti
(string | number | boolean)[][]
operator
requireSingleSelection
requireSingleSelection: boolean
Hodnota vlastnosti
boolean
schemaUrl
static schemaUrl: string
Hodnota vlastnosti
string
values
values: (string | number | boolean)[]
Hodnota vlastnosti
(string | number | boolean)[]
Podrobnosti zděděných vlastností
displaySettings
filterType
schema
static schema: string
Hodnota vlastnosti
string