ConditionalExpression
API reference for ConditionalExpression
Interface: ConditionalExpression
Section titled “Interface: ConditionalExpression”Conditional expression for operations
Indexable
Section titled “Indexable”[key
: string
]: unknown
Properties
Section titled “Properties”customExpression?
Section titled “customExpression?”
optional
customExpression:string
field?
Section titled “field?”
optional
field:string
type:
"equals"
|"notEquals"
|"exists"
|"notExists"
|"greaterThan"
|"lessThan"
|"between"
|"beginsWith"
|"custom"
value?
Section titled “value?”
optional
value:unknown
values?
Section titled “values?”
optional
values:unknown
[]