Logo FS-Skia-UI

NavPayload Type

Typed navigation outcome (`NavPayload`): `SteppedValue` for a value change, `MovedSelection` for a selection move, or `MovedCell` for grid cell movement. Feature 100 (R5): the closed set of navigation-outcome payload shapes (FR-005, SC-005). Mirrors NavIntent one-to-one; exhaustively matched at the host edge.

Union cases

Union case Description

MovedCell(row, col)

Full Usage: MovedCell(row, col)

Parameters:
    row : int
    col : int

row : int
col : int

MovedSelection(index, item)

Full Usage: MovedSelection(index, item)

Parameters:
    index : int
    item : string option

index : int
item : string option

SteppedValue value

Full Usage: SteppedValue value

Parameters:
    value : float

value : float

Instance members

Instance member Description

this.IsMovedCell

Full Usage: this.IsMovedCell

Returns: bool
Returns: bool

this.IsMovedSelection

Full Usage: this.IsMovedSelection

Returns: bool
Returns: bool

this.IsSteppedValue

Full Usage: this.IsSteppedValue

Returns: bool
Returns: bool

Type something to start searching.