JSONataOr
Defined in: packages/core/src/utils/parseJSONata/types.ts:70
Extends
Properties
arguments?
optionalarguments?:JSONataExprNode[]
Defined in: packages/core/src/utils/parseJSONata/types.ts:9
Inherited from
expressions?
optionalexpressions?:JSONataExprNode[]
Defined in: packages/core/src/utils/parseJSONata/types.ts:13
Inherited from
lhs
lhs:
JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/types.ts:62
Inherited from
name?
optionalname?:string
Defined in: packages/core/src/utils/parseJSONata/types.ts:10
Inherited from
position?
optionalposition?:number
Defined in: packages/core/src/utils/parseJSONata/types.ts:8
Inherited from
procedure?
optionalprocedure?:JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/types.ts:11
Inherited from
rhs
rhs:
JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/types.ts:63
Inherited from
stages?
optionalstages?:JSONataExprNode[]
Defined in: packages/core/src/utils/parseJSONata/types.ts:14
Inherited from
steps?
optionalsteps?:JSONataExprNode[]
Defined in: packages/core/src/utils/parseJSONata/types.ts:12
Inherited from
type
type:
"binary"
Defined in: packages/core/src/utils/parseJSONata/types.ts:61
Inherited from
value
value:
"or"
Defined in: packages/core/src/utils/parseJSONata/types.ts:71
Overrides
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.