Skip to main content

JSONataBinaryNode

Defined in: packages/core/src/utils/parseJSONata/types.ts:60

Extends

Extended by

Properties

arguments?

optional arguments?: JSONataExprNode[]

Defined in: packages/core/src/utils/parseJSONata/types.ts:9

Inherited from

JSONataExprNode.arguments


expressions?

optional expressions?: JSONataExprNode[]

Defined in: packages/core/src/utils/parseJSONata/types.ts:13

Inherited from

JSONataExprNode.expressions


lhs

lhs: JSONataExprNode

Defined in: packages/core/src/utils/parseJSONata/types.ts:62

Overrides

JSONataExprNode.lhs


name?

optional name?: string

Defined in: packages/core/src/utils/parseJSONata/types.ts:10

Inherited from

JSONataExprNode.name


position?

optional position?: number

Defined in: packages/core/src/utils/parseJSONata/types.ts:8

Inherited from

JSONataExprNode.position


procedure?

optional procedure?: JSONataExprNode

Defined in: packages/core/src/utils/parseJSONata/types.ts:11

Inherited from

JSONataExprNode.procedure


rhs

rhs: JSONataExprNode

Defined in: packages/core/src/utils/parseJSONata/types.ts:63

Overrides

JSONataExprNode.rhs


stages?

optional stages?: JSONataExprNode[]

Defined in: packages/core/src/utils/parseJSONata/types.ts:14

Inherited from

JSONataExprNode.stages


steps?

optional steps?: JSONataExprNode[]

Defined in: packages/core/src/utils/parseJSONata/types.ts:12

Inherited from

JSONataExprNode.steps


type

type: "binary"

Defined in: packages/core/src/utils/parseJSONata/types.ts:61

Overrides

JSONataExprNode.type


value?

optional value?: any

Defined in: packages/core/src/utils/parseJSONata/types.ts:7

Inherited from

JSONataExprNode.value


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.