Common attribute values of objects under cluster

interface GraphBaseAttributesProps {
    edge?: EdgeAttributesObject;
    graph?: SubgraphAttributesObject;
    node?: NodeAttributesObject;
}

Hierarchy (view full)

Properties

Properties

Attribute value for Edges

Attribute value for Graphs

Attribute value for Nodes

Generated using TypeDoc