NodeRefASTPropaties is an interface that defines the properties of a NodeRefASTNode.

interface NodeRefASTPropaties {
    compass?: LiteralASTNode<values>;
    id: LiteralASTNode<string>;
    location?: FileRange;
    port?: LiteralASTNode<string>;
}

Hierarchy (view full)

Properties

compass?: LiteralASTNode<values>
id: LiteralASTNode<string>
location?: FileRange

The start and end location of the AST object.

port?: LiteralASTNode<string>

Generated using TypeDoc