ObjectExpression
Interface: ObjectExpression
Defined in: ast/nodes.ts:113
Объектное выражение, например: { a: 1, b: state.count }.
Extends
Properties
end?
optionalend:number
Defined in: ast/nodes.ts:8
Inherited from
properties
properties:
ObjectProperty[]
Defined in: ast/nodes.ts:115
start?
optionalstart:number
Defined in: ast/nodes.ts:7
Inherited from
type
type:
"ObjectExpression"
Defined in: ast/nodes.ts:114