ts-graphviz
    Preparing search index...

    Interface HasAttributes<T>

    interface HasAttributes<T extends AttributeKey> {
        attributes: AttributesGroupModel<T>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    attributes: AttributesGroupModel<T>