Skip to main content

SpELPropertyNode

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

Extends

Properties

_type

_type: SpELIdentifierType

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

Inherited from

SpELBaseNode._type


getChildren

getChildren: () => SpELBaseNode<SpELIdentifierType>[]

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

Returns

SpELBaseNode<SpELIdentifierType>[]

Inherited from

SpELBaseNode.getChildren


getEndPosition

getEndPosition: () => number

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

Returns

number

Inherited from

SpELBaseNode.getEndPosition


getName

getName: () => string

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

Returns

string


getRaw

getRaw: () => string

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

Returns

string


getStartPosition

getStartPosition: () => number

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

Returns

number

Inherited from

SpELBaseNode.getStartPosition


getType

getType: () => SpELIdentifierType

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

Returns

SpELIdentifierType

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.