ts-graphviz
    Preparing search index...

    Interface GraphCommonAttributes

    Cluster common attribute interface.

    interface GraphCommonAttributes {
        edge: AttributeListModel<"Edge", values>;
        graph: AttributeListModel<"Graph", "rank" | values>;
        node: AttributeListModel<"Node", values>;
    }
    Index

    Properties

    Properties

    edge: AttributeListModel<"Edge", values>

    Manage common attributes of edges in a graph.

    graph: AttributeListModel<"Graph", "rank" | values>

    Manage common attributes of graphs in a graph.

    node: AttributeListModel<"Node", values>

    Manage common attributes of nodes in a graph.