action property

Action? action
getter/setter pair

The Action to take when clicking on the button.

Currently, the two must be set together: action.isSet() iff actionButton.isSet()

Optional.

Implementation

Action? action;