Cluster common attribute interface.

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

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.

Generated using TypeDoc