SubgraphASTPropaties describes the properties of an AST node representing a node.

interface NodeASTPropaties {
    id: LiteralASTNode<string>;
    location?: FileRange;
}

Hierarchy (view full)

Properties

Properties

id: LiteralASTNode<string>

The unique identifier of the node.

location?: FileRange

The start and end location of the AST object.

Generated using TypeDoc