NeatoOptions interface provides options for the neato layout.

interface NeatoOptions {
    layout: "neato";
    noop?: number;
    reduce?: boolean;
}

Properties

Properties

layout: "neato"
noop?: number

Sets no-op flag in neato.

reduce?: boolean

Reduce graph.

Generated using TypeDoc