ts-graphviz
    Preparing search index...

    Type Alias AttributesObject<T>

    AttributesObject: { [K in T]?: Attribute<K> }

    An objects of attribute key/value pairs.

    Type Parameters