Skip to main content

JSONataNumber

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

Extends

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?

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?

optional procedure?: JSONataExprNode

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

Inherited from

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

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

Overrides

JSONataExprNode.type


value

value: number

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

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.