ts-graphviz
    Preparing search index...

    Interface NodeProps

    Props for Node component

    interface NodeProps {
        area?: number;
        class?: string;
        color?: string | number;
        colorscheme?: string;
        comment?: string;
        distortion?: number;
        fillcolor?: string | number;
        fixedsize?: string | boolean;
        fontcolor?: Color;
        fontname?: string;
        fontsize?: number;
        gradientangle?: number | "";
        group?: string;
        height?: number | "";
        href?: string;
        id: string;
        image?: string;
        imagepos?: string;
        imagescale?: string | boolean;
        label?: string | ReactElement<unknown, string | JSXElementConstructor<any>>;
        labelloc?: string;
        layer?: string;
        margin?: number | Point;
        nojustify?: boolean;
        ordering?: string;
        orientation?: string | number;
        penwidth?: number;
        peripheries?: number;
        pin?: boolean;
        pos?: string;
        rects?: `${number},${number},${number},${number}`;
        ref?: Ref<NodeModel>;
        regular?: boolean;
        root?: string | boolean;
        samplepoints?: number;
        shape?: string;
        shapefile?: string;
        showboxes?: number;
        sides?: number;
        skew?: number;
        sortv?: number;
        style?: "" | Style;
        target?: string;
        tooltip?: string;
        URL?: string;
        vertices?: PointList;
        width?: number;
        xlabel?:
            | string
            | ReactElement<unknown, string | JSXElementConstructor<any>>;
        xlp?: Point;
        z?: number | "";
    }

    Hierarchy

    Index

    Properties

    area?: number
    class?: string
    color?: string | number
    colorscheme?: string
    comment?: string
    distortion?: number
    fillcolor?: string | number
    fixedsize?: string | boolean
    fontcolor?: Color
    fontname?: string
    fontsize?: number
    gradientangle?: number | ""
    group?: string
    height?: number | ""
    href?: string
    id: string

    Node id

    image?: string
    imagepos?: string
    imagescale?: string | boolean
    label?: string | ReactElement<unknown, string | JSXElementConstructor<any>>

    Node label

    labelloc?: string
    layer?: string
    margin?: number | Point
    nojustify?: boolean
    ordering?: string
    orientation?: string | number
    penwidth?: number
    peripheries?: number
    pin?: boolean
    pos?: string
    rects?: `${number},${number},${number},${number}`
    ref?: Ref<NodeModel>
    regular?: boolean
    root?: string | boolean
    samplepoints?: number
    shape?: string
    shapefile?: string
    showboxes?: number
    sides?: number
    skew?: number
    sortv?: number
    style?: "" | Style
    target?: string
    tooltip?: string
    URL?: string
    vertices?: PointList
    width?: number
    xlabel?: string | ReactElement<unknown, string | JSXElementConstructor<any>>

    Node xlabel

    xlp?: Point
    z?: number | ""