namespace · ui.action.surface
Spatial surface actions
Logical actions emitted by bounded spatial interface surfaces.
namespace ui.action.surface
- Stable ID
ui.action.surface- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.19.0
Usage
Use this namespace for stable logical actions emitted by bounded spatial UI surfaces. The namespace itself does not read or mutate gameplay state.
Parameters
- None
Returns
The registered spatial-surface action contracts.
Cost
Namespace lookup is constant-time.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Handle minimap activation through ui.action.surface.minimap-select.
API history
- 1.19.0: Spatial surface action namespace added for Phase 19Q9E.