addActions(_:)
Submit a collection of actions tied to this interaction. If the interaction gets canceled, all the associated actions will be automatically rolled back.
Declaration
func addActions(_ actions: some Sequence<any TabletopAction>)Parameters
- actions:
The actions to submit.