ts-graphviz
    Preparing search index...

    Interface NodeASTPropatiesBeta

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

    interface NodeASTPropaties {
        id: LiteralASTNode;
        location?: FileRange;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The unique identifier of the node.

    location?: FileRange

    The start and end location of the AST object.