Skip to content

SelectionAxis

Since v2.8.0

The axis of the active selection. Used in SelectionChangeDetail to disambiguate which axis (row vs. column vs. cell vs. range) was last touched. 'none' when nothing is selected.

type SelectionAxis = "cell" | "row" | "column" | "range" | "none"