ts-graphviz
    Preparing search index...

    Interface AttributeASTPropaties<T>Beta

    AttributeASTPropaties interface defines the properties of an AttributeASTNode.

    interface AttributeASTPropaties<T extends AttributeKey = AttributeKey> {
        key: LiteralASTNode<T>;
        location?: FileRange;
        value: LiteralASTNode;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    location?: FileRange

    The start and end location of the AST object.