Interface AttributeListASTPropaties

AttributeListASTPropaties interface defines the properties of an AttributeListASTNode.

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

Hierarchy (view full)

Properties

Properties

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

The start and end location of the AST object.

Generated using TypeDoc