setupActions property

List<SetupAction>? setupActions
getter/setter pair

Action to take during the setup process.

At most one action may be specified.

Implementation

core.List<SetupAction>? setupActions;