g3-toolkit API Reference
Preparing search index...
core/src
PropertyFilter
Interface PropertyFilter
interface
PropertyFilter
{
key
:
string
;
operator
:
|
"eq"
|
"neq"
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"contains"
|
"exists"
;
value
?:
unknown
;
}
Index
Properties
key
operator
value?
Properties
key
key
:
string
operator
operator
:
"eq"
|
"neq"
|
"gt"
|
"gte"
|
"lt"
|
"lte"
|
"contains"
|
"exists"
Optional
value
value
?:
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
operator
value
g3-toolkit API Reference
Loading...