CreationKit Documentation

Enumeration Modal​Dialog​Action.​Style

public enum Style  

Styles to apply to action buttons in a dialog.

Member Of

ModalDialogAction

An action that can be taken when the user taps a button in a ModalDialog.

Enumeration Cases

`default`

case `default`

Apply the default style to the action's button.

cancel

case cancel

Apply a style that indicates the action cancels the operation and leaves things unchanged.

destructive

case destructive

Apply a style that indicates the action might change or delete data.