actions property

List<Action>? actions
getter/setter pair

The list of actions to execute, in the order they are specified.

Implementation

core.List<Action>? actions;