action · ui.action.selection
selection.focus
Focuses one stable Actor row in the current multiple selection.
ui.action.selection.focus
- Stable ID
ui.action.selection.focus- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9C selection panel
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.9.0
Usage
Focus one stable Actor row from the current multiple selection so the standard panel can show that Actor's detached details and contextual controls.
Parameters
- None
Returns
No gameplay value. The owning package retains only the selected row identity.
Cost
One bounded action callback and no simulation mutation.
Fields
This symbol has no fields.
Errors
Examples
function handle_action(action_id, row_id)
if action_id == "ui.action.selection.focus" then
selected_actor_row_id = row_id
end
end
API history
- 1.19.0: Stable multiple-selection focus added for Phase 19Q9C.