Link Search Menu Expand Document

ContextualAction.Style

Constants indicating the style information that is applied to the action button.

public enum Style: Int 

Inheritance

Int

Enumeration Cases

normal

A normal action.

case normal

destructive

An action that deletes data or performs some type of destructive task.

case destructive