ts-graphviz
    Preparing search index...

    Interface NeatoOptions

    NeatoOptions interface provides options for the neato layout.

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

    Properties

    Properties

    layout: "neato"
    noop?: number

    Sets no-op flag in neato.

    reduce?: boolean

    Reduce graph.