actionButton property

Button? actionButton
getter/setter pair

Message button.

Clicking this button will trigger the modal's action Currently, the two must be set together: action.isSet() iff actionButton.isSet()

Optional.

Implementation

Button? actionButton;