Skip to content

@hobom-grid/core


@hobom-grid/core / AxisKind

Type Alias: AxisKind

AxisKind = "row" | "col"

Defined in: contracts/contracts-model.ts:18

Axis identifier for 2D virtualization.

  • "row" => vertical axis (Y)
  • "col" => horizontal axis (X)