ts-graphviz
    Preparing search index...

    Interface GraphBaseAttributesProps

    Common attribute values of objects under cluster

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Attribute value for Edges

    Attribute value for Graphs

    Attribute value for Nodes