Skip to main content

JSONataIdentifier

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

Extends

Properties

arguments?

optional arguments?: JSONataExprNode[]

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

Inherited from

JSONataPath.arguments


expressions?

optional expressions?: JSONataExprNode[]

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

Inherited from

JSONataPath.expressions


lhs?

optional lhs?: JSONataExprNode

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

Inherited from

JSONataPath.lhs


name?

optional name?: string

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

Inherited from

JSONataPath.name


position?

optional position?: number

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

Inherited from

JSONataPath.position


procedure?

optional procedure?: JSONataExprNode

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

Inherited from

JSONataPath.procedure


rhs?

optional rhs?: JSONataExprNode

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

Inherited from

JSONataPath.rhs


stages?

optional stages?: JSONataExprNode[]

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

Inherited from

JSONataPath.stages


steps

steps: [JSONataName, ...JSONataName[]]

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

Overrides

JSONataPath.steps


type

type: "path"

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

Inherited from

JSONataPath.type


value?

optional value?: any

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

Inherited from

JSONataPath.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.