Interface NodeRefGroupASTPropaties

NodeRefGroupASTPropaties is an interface that defines the properties of a NodeRefGroupASTNode.

interface NodeRefGroupASTPropaties {
    location?: FileRange;
}

Hierarchy (view full)

Properties

Properties

location?: FileRange

The start and end location of the AST object.

Generated using TypeDoc