Interface GridOps<N, L>

all operators for the grid layout

interface GridOps<in N = never, in L = never> {
    lane: Lane<N, L>;
    nodeSize: NodeSize<N, L>;
    rank: Rank<N, L>;
    tweaks: readonly Tweak<N, L>[];
}

Type Parameters

  • in N = never
  • in L = never

Properties

lane: Lane<N, L>

the operator for assigning nodes to a lane

nodeSize: NodeSize<N, L>

node size operator

rank: Rank<N, L>

the operator for assigning nodes a rank

tweaks: readonly Tweak<N, L>[]

tweaks