action · ui.action.events
events.close
Closes the standard causal event feed.
ui.action.events.close
- Stable ID
ui.action.events.close- Owner
- controls.ControlState
- Authority
- presentation
- Timing
- immediate
- Availability
- Phase 19Q9F regional and event interface
- Side effects
- Invokes the package action callback; gameplay requests still use commands.
- Determinism
- Action identity is stable and independent of physical input.
- Introduced
- 1.19.0
Usage
Close the standard event feed without changing simulation state or retained gameplay events.
Parameters
- None
Returns
No gameplay value.
Cost
One bounded package action callback.
Fields
This symbol has no fields.
Errors
Examples
ui.button("Close", "ui.action.events.close", "Close event feed", 1)
API history
- 1.19.0: Event-feed close action added for Phase 19Q9F.