d3-dag
    Preparing search index...

    Interface DecrossTwoLayerOps<N, L>

    two layer operators

    interface DecrossTwoLayerOps<N = never, L = never> {
        inits: readonly Decross<N, L>[];
        order: Twolayer<N, L>;
    }

    Type Parameters

    • N = never
    • L = never
    Index

    Properties

    Properties

    inits: readonly Decross<N, L>[]

    the initializers

    order: Twolayer<N, L>

    the order operator