NavIntent Type
Feature 100 (R5): the closed, role-derived classification of a focused control's navigation key (FR-001). One role maps to exactly one case. `ValueStep` carries a SIGNED STEP DELTA (declared `NavRange.Step` x key sign; Home/End fold to a delta that clamps to Min/Max), NOT a resolved value — the host applies it to the live value and clamps. `SelectionMove`/`GridMove` carry only direction/2-D delta; the host reads the live selection/grid model.
Union cases
| Union case |
Description
|
Full Usage:
GridMove(rowDelta, colDelta)
Parameters:
int
colDelta : int
|
|
|
|
Full Usage:
ValueStep delta
Parameters:
float
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsGridMove
Returns: bool
|
|
Full Usage:
this.IsSelectionMove
Returns: bool
|
|
Full Usage:
this.IsValueStep
Returns: bool
|
|