JSONataPath
Defined in: packages/core/src/utils/parseJSONata/types.ts:20
Extends
Extended by
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: [
JSONataExprNode,...JSONataExprNode[]]
Defined in: packages/core/src/utils/parseJSONata/types.ts:22
Overrides
type
type:
"path"
Defined in: packages/core/src/utils/parseJSONata/types.ts:21
Overrides
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.