CreationKit Documentation

Enumeration Action.​Style

public enum Style  

Styles to apply to action buttons.

Member Of

Action

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

Enumeration Cases

`default`

case `default`

Apply the default style to the action's button.

destructive

case destructive

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