ts-graphviz
    Preparing search index...

    Interface AttributeListASTPropatiesBeta

    AttributeListASTPropaties interface defines the properties of an AttributeListASTNode.

    interface AttributeListASTPropaties {
        kind: "Graph" | "Node" | "Edge";
        location?: FileRange;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "Graph" | "Node" | "Edge"
    location?: FileRange

    The start and end location of the AST object.