Skip to main content

Module actions

Module actions 

Source
Expand description

Action contract — what a planner can ask a runtime to do.

Lives at the planner/runtime boundary so neither side has to depend on the other to talk about actions.

Structs§

CellWrite
One cell write inside a PlannedAction::WriteCells batch.

Enums§

EffectExpectation
What the runtime should observe after an action lands to confirm the side-effect actually materialised.
FocusMode
How a native-input action delivers its event relative to app focus.
PlannedAction
The action the planner wants to execute.