Skip to main content

IdentifierExpression

@lowcode/expression-parser


Interface: IdentifierExpression

Defined in: ast/nodes.ts:22

Идентификатор: state, props, user

Extends

Properties

end?

optional end: number

Defined in: ast/nodes.ts:8

Inherited from

BaseExpression.end


name

name: string

Defined in: ast/nodes.ts:24


start?

optional start: number

Defined in: ast/nodes.ts:7

Inherited from

BaseExpression.start


type

type: "Identifier"

Defined in: ast/nodes.ts:23

Overrides

BaseExpression.type