addAction(_:)
Submit an action tied to this interaction. If the interaction gets canceled, all the associated actions will be automatically rolled back.
Declaration
func addAction(_ action: some TabletopAction)Parameters
- action:
The action to submit.