ts-graphviz
    Preparing search index...

    Interface NodeRefASTPropatiesBeta

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

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

    Hierarchy (View Summary)

    Index

    Properties

    compass?: LiteralASTNode<values>
    location?: FileRange

    The start and end location of the AST object.

    port?: LiteralASTNode<string>