ts-graphviz
    Preparing search index...

    Interface DotObjectModel<T>

    DotObjectModel is an interface that defines a generic type for a DotObjectType.

    interface DotObjectModel<T extends DotObjectType = DotObjectType> {
        $$type: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    $$type: T

    The type of the DotObjectType.