Plumile JS API
Preparing search index...
filter-query/src
stringField
Function stringField
stringField
(
ops
?:
readonly
(
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"eq"
|
"neq"
|
"contains"
|
"sw"
|
"ew"
|
"between"
|
"in"
|
"nin"
)
[]
,
)
:
StringFieldDescriptor
Create a string field descriptor with a given operator whitelist.
Parameters
ops
:
readonly
(
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"eq"
|
"neq"
|
"contains"
|
"sw"
|
"ew"
|
"between"
|
"in"
|
"nin"
)
[]
= DEFAULT_STRING_OPERATORS
Returns
StringFieldDescriptor
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Plumile JS API
Loading...
Create a string field descriptor with a given operator whitelist.