Model that can be converted to Edge in DOT language.

interface EdgeModel {
    $$type: "Edge";
    attributes: AttributesGroupModel<values>;
    comment?: string;
    targets: EdgeTargetTuple;
}

Hierarchy (view full)

Implemented by

Properties

$$type: "Edge"

The type of the DotObjectType.

attributes: AttributesGroupModel<values>
comment?: string

Comments to include when outputting with toDot.

Generated using TypeDoc