Skip to main content

SpELListNode

Defined in: packages/core/src/utils/parseSpEL/types.ts:75

Extends

Properties

_type

_type: "list"

Defined in: packages/core/src/utils/parseSpEL/types.ts:55

Inherited from

SpELBaseNode._type


getChildren

getChildren: () => SpELBaseNode<"list">[]

Defined in: packages/core/src/utils/parseSpEL/types.ts:57

Returns

SpELBaseNode<"list">[]

Inherited from

SpELBaseNode.getChildren


getEndPosition

getEndPosition: () => number

Defined in: packages/core/src/utils/parseSpEL/types.ts:59

Returns

number

Inherited from

SpELBaseNode.getEndPosition


getRaw

getRaw: () => SpELPropertyNode[]

Defined in: packages/core/src/utils/parseSpEL/types.ts:76

Returns

SpELPropertyNode[]


getStartPosition

getStartPosition: () => number

Defined in: packages/core/src/utils/parseSpEL/types.ts:58

Returns

number

Inherited from

SpELBaseNode.getStartPosition


getType

getType: () => "list"

Defined in: packages/core/src/utils/parseSpEL/types.ts:56

Returns

"list"

Inherited from

SpELBaseNode.getType


getValue

getValue: () => string | number | boolean | null

Defined in: packages/core/src/utils/parseSpEL/types.ts:60

Returns

string | number | boolean | null

Inherited from

SpELBaseNode.getValue


toString

toString: () => string

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

Returns

string

Inherited from

SpELBaseNode.toString


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.