Skip to content

Interface: PropertyAccessNode

Defined in: packages/core/src/parser/ast.ts:67

Property access: path segments (e.g., Category/Name)

Properties

kind

readonly kind: "PropertyAccess"

Defined in: packages/core/src/parser/ast.ts:68


path

readonly path: string[]

Defined in: packages/core/src/parser/ast.ts:69