ts-graphviz
    Preparing search index...

    Interface SubgraphOptions

    Options for Subgraph

    interface SubgraphOptions {
        area?: number;
        bgcolor?: string | number;
        class?: string;
        color?: string | number;
        colorscheme?: string;
        comment?: string;
        edge?: EdgeAttributesObject;
        fillcolor?: string | number;
        fontcolor?: Color;
        fontname?: string;
        fontsize?: number;
        gradientangle?: number | "";
        graph?: SubgraphAttributesObject;
        href?: string;
        id?: string;
        K?: number;
        label?: string;
        labeljust?: string;
        labelloc?: string;
        layer?: string;
        lheight?: number;
        lp?: Point;
        lwidth?: number;
        margin?: number | Point;
        node?: NodeAttributesObject;
        nojustify?: boolean;
        pencolor?: Color;
        penwidth?: number;
        peripheries?: number;
        rank?: values;
        sortv?: number;
        style?: "" | Style;
        target?: string;
        tooltip?: string;
        URL?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    area?: number
    bgcolor?: string | number
    class?: string
    color?: string | number
    colorscheme?: string
    comment?: string

    Comments to include when outputting with toDot.

    Attribute value for Edges

    fillcolor?: string | number
    fontcolor?: Color
    fontname?: string
    fontsize?: number
    gradientangle?: number | ""

    Attribute value for Graphs

    href?: string
    id?: string

    Cluster id

    K?: number
    label?: string
    labeljust?: string
    labelloc?: string
    layer?: string
    lheight?: number
    lp?: Point
    lwidth?: number
    margin?: number | Point

    Attribute value for Nodes

    nojustify?: boolean
    pencolor?: Color
    penwidth?: number
    peripheries?: number
    rank?: values
    sortv?: number
    style?: "" | Style
    target?: string
    tooltip?: string
    URL?: string