type CellSelectionDirection = "up" | "down" | "left" | "right";
Defined in: features/cell-selection/cellSelectionFeature.types.ts:63