d3-dag
    Preparing search index...

    Interface SugiyamaOps<N, L>

    sugiyama operators

    interface SugiyamaOps<in N = never, in L = never> {
        coord: Coord<N, L>;
        decross: Decross<N, L>;
        layering: Layering<N, L>;
        nodeSize: NodeSize<N, L>;
        tweaks: readonly Tweak<N, L>[];
    }

    Type Parameters

    • in N = never
    • in L = never
    Index

    Properties

    coord: Coord<N, L>

    coord operator

    decross: Decross<N, L>

    decross operator

    layering: Layering<N, L>

    layering operator

    nodeSize: NodeSize<N, L>

    node size operator

    tweaks: readonly Tweak<N, L>[]

    tweaks