Logo FS-Skia-UI

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

GridMove(rowDelta, colDelta)

Full Usage: GridMove(rowDelta, colDelta)

Parameters:
    rowDelta : int
    colDelta : int

rowDelta : int
colDelta : int

SelectionMove Direction

Full Usage: SelectionMove Direction

Parameters:
Item : Direction

ValueStep delta

Full Usage: ValueStep delta

Parameters:
    delta : float

delta : float

Instance members

Instance member Description

this.IsGridMove

Full Usage: this.IsGridMove

Returns: bool
Returns: bool

this.IsSelectionMove

Full Usage: this.IsSelectionMove

Returns: bool
Returns: bool

this.IsValueStep

Full Usage: this.IsValueStep

Returns: bool
Returns: bool

Type something to start searching.