ts-graphviz
    Preparing search index...

    Interface EdgeOptions

    Options for Edge

    interface EdgeOptions {
        arrowhead?: ArrowType;
        arrowsize?: number;
        arrowtail?: ArrowType;
        class?: string;
        color?: string | number;
        colorscheme?: string;
        comment?: string;
        constraint?: boolean;
        decorate?: boolean;
        dir?: values;
        edgehref?: string;
        edgetarget?: string;
        edgetooltip?: string;
        edgeURL?: string;
        fillcolor?: string | number;
        fontcolor?: Color;
        fontname?: string;
        fontsize?: number;
        head_lp?: Point;
        headclip?: boolean;
        headhref?: string;
        headlabel?: string;
        headport?: PortPos;
        headtarget?: string;
        headtooltip?: string;
        headURL?: string;
        href?: string;
        id?: string;
        label?: string;
        labelangle?: number;
        labeldistance?: number;
        labelfloat?: boolean;
        labelfontcolor?: Color;
        labelfontname?: string;
        labelfontsize?: number;
        labelhref?: string;
        labeltarget?: string;
        labeltooltip?: string;
        labelURL?: string;
        layer?: string;
        len?: number;
        lhead?: string;
        lp?: Point;
        ltail?: string;
        minlen?: number;
        nojustify?: boolean;
        penwidth?: number;
        pos?: string;
        samehead?: string;
        sametail?: string;
        showboxes?: number;
        style?: "" | Style;
        tail_lp?: string;
        tailclip?: Point;
        tailhref?: string;
        taillabel?: string;
        tailport?: PortPos;
        tailtarget?: string;
        tailtooltip?: string;
        tailURL?: string;
        target?: string;
        tooltip?: string;
        URL?: string;
        weight?: number;
        xlabel?: string;
        xlp?: Point;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrowhead?: ArrowType
    arrowsize?: number
    arrowtail?: ArrowType
    class?: string
    color?: string | number
    colorscheme?: string
    comment?: string
    constraint?: boolean
    decorate?: boolean
    dir?: values
    edgehref?: string
    edgetarget?: string
    edgetooltip?: string
    edgeURL?: string
    fillcolor?: string | number
    fontcolor?: Color
    fontname?: string
    fontsize?: number
    head_lp?: Point
    headclip?: boolean
    headhref?: string
    headlabel?: string
    headport?: PortPos
    headtarget?: string
    headtooltip?: string
    headURL?: string
    href?: string
    id?: string
    label?: string
    labelangle?: number
    labeldistance?: number
    labelfloat?: boolean
    labelfontcolor?: Color
    labelfontname?: string
    labelfontsize?: number
    labelhref?: string
    labeltarget?: string
    labeltooltip?: string
    labelURL?: string
    layer?: string
    len?: number
    lhead?: string
    lp?: Point
    ltail?: string
    minlen?: number
    nojustify?: boolean
    penwidth?: number
    pos?: string
    samehead?: string
    sametail?: string
    showboxes?: number
    style?: "" | Style
    tail_lp?: string
    tailclip?: Point
    tailhref?: string
    taillabel?: string
    tailport?: PortPos
    tailtarget?: string
    tailtooltip?: string
    tailURL?: string
    target?: string
    tooltip?: string
    URL?: string
    weight?: number
    xlabel?: string
    xlp?: Point