ts-graphviz
    Preparing search index...

    Interface DotASTPropatiesBeta

    This interface represents the properties of a dot AST node.

    interface DotASTPropaties {
        location?: FileRange;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    location?: FileRange

    The start and end location of the AST object.