x4js - v2.2.49
GitHub
Preparing search index...
FilterInfo
Interface FilterInfo
interface
FilterInfo
{
caseSensitive
?:
boolean
;
field
?:
string
;
op
:
"<"
|
">"
|
"<="
|
"="
|
">="
|
"<>"
|
"empty-result"
|
FilterFunc
;
value
?:
string
|
RegExp
;
}
Index
Properties
case
Sensitive?
field?
op
value?
Properties
Optional
case
Sensitive
caseSensitive
?:
boolean
Optional
field
field
?:
string
op
op
:
"<"
|
">"
|
"<="
|
"="
|
">="
|
"<>"
|
"empty-result"
|
FilterFunc
Optional
value
value
?:
string
|
RegExp
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
case
Sensitive
field
op
value
GitHub
x4js - v2.2.49
Loading...