AutoBE
Preparing search index...
@autobe/interface
AutoBeRealizeQueryPredicate
Comparison
Interface Comparison
interface
Comparison
{
operator
:
|
"eq"
|
"ne"
|
"lt"
|
"lte"
|
"gt"
|
"gte"
|
"in"
|
"notIn"
|
"contains"
|
"startsWith"
|
"endsWith"
|
"isNull"
;
path
:
string
[]
;
type
:
"comparison"
;
value
?:
AutoBeRealizeQueryScalar
|
AutoBeRealizeQueryScalarList
;
}
Index
Properties
operator
path
type
value?
Properties
operator
operator
:
|
"eq"
|
"ne"
|
"lt"
|
"lte"
|
"gt"
|
"gte"
|
"in"
|
"notIn"
|
"contains"
|
"startsWith"
|
"endsWith"
|
"isNull"
path
path
:
string
[]
type
type
:
"comparison"
Optional
value
value
?:
AutoBeRealizeQueryScalar
|
AutoBeRealizeQueryScalarList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
operator
path
type
value
AutoBE
Loading...