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
Union cases
| Union case |
Description
|
Full Usage:
MovedCell(row, col)
Parameters:
int
col : int
|
|
Full Usage:
MovedSelection(index, item)
Parameters:
int
item : string option
|
|
Full Usage:
SteppedValue value
Parameters:
float
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMovedCell
Returns: bool
|
|
Full Usage:
this.IsMovedSelection
Returns: bool
|
|
Full Usage:
this.IsSteppedValue
Returns: bool
|
|