Skip to main content

JSONataLessThanOrEqual

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

Extends

Properties

arguments?

optional arguments?: JSONataExprNode[]

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

Inherited from

JSONataBinaryNode.arguments


expressions?

optional expressions?: JSONataExprNode[]

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

Inherited from

JSONataBinaryNode.expressions


lhs

lhs: JSONataExprNode

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

Inherited from

JSONataBinaryNode.lhs


name?

optional name?: string

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

Inherited from

JSONataBinaryNode.name


position?

optional position?: number

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

Inherited from

JSONataBinaryNode.position


procedure?

optional procedure?: JSONataExprNode

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

Inherited from

JSONataBinaryNode.procedure


rhs

rhs: JSONataExprNode

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

Inherited from

JSONataBinaryNode.rhs


stages?

optional stages?: JSONataExprNode[]

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

Inherited from

JSONataBinaryNode.stages


steps?

optional steps?: JSONataExprNode[]

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

Inherited from

JSONataBinaryNode.steps


type

type: "binary"

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

Inherited from

JSONataBinaryNode.type


value

value: "<="

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

Overrides

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