Skip to main content

JSONataNot

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

Extends

Properties

arguments

arguments: [JSONataExprNode]

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

Overrides

JSONataExprNode.arguments


expressions?

optional expressions?: JSONataExprNode[]

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

Inherited from

JSONataExprNode.expressions


lhs?

optional lhs?: JSONataExprNode

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

Inherited from

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

procedure: { arguments?: JSONataExprNode[]; expressions?: JSONataExprNode[]; lhs?: JSONataExprNode; name?: string; position?: number; procedure?: JSONataExprNode; rhs?: JSONataExprNode; stages?: JSONataExprNode[]; steps?: JSONataExprNode[]; type: "variable"; value: "not"; }

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

arguments?

optional arguments?: JSONataExprNode[]

expressions?

optional expressions?: JSONataExprNode[]

lhs?

optional lhs?: JSONataExprNode

name?

optional name?: string

position?

optional position?: number

procedure?

optional procedure?: JSONataExprNode

rhs?

optional rhs?: JSONataExprNode

stages?

optional stages?: JSONataExprNode[]

steps?

optional steps?: JSONataExprNode[]

type

type: "variable"

value

value: "not"

Overrides

JSONataExprNode.procedure


rhs?

optional rhs?: JSONataExprNode

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

Inherited from

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: "function"

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

Overrides

JSONataExprNode.type


value

value: "("

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

Overrides

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.