JSONataIdentifier
Defined in: packages/core/src/utils/parseJSONata/types.ts:28
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?
optionallhs?:JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/types.ts:15
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?
optionalrhs?:JSONataExprNode
Defined in: packages/core/src/utils/parseJSONata/types.ts:16
Inherited from
stages?
optionalstages?:JSONataExprNode[]
Defined in: packages/core/src/utils/parseJSONata/types.ts:14
Inherited from
steps
steps: [
JSONataName,...JSONataName[]]
Defined in: packages/core/src/utils/parseJSONata/types.ts:29
Overrides
type
type:
"path"
Defined in: packages/core/src/utils/parseJSONata/types.ts:21
Inherited from
value?
optionalvalue?:any
Defined in: packages/core/src/utils/parseJSONata/types.ts:7
Inherited from
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.