Interface GridOps<N, L>

all operators for the grid layout

Type Parameters

  • in N = never

  • in L = never

Hierarchy

  • GridOps

Properties

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

Generated using TypeDoc