Skip to main content

attachment-action-properties

name

A name.

public let name: String

value

A value of an action.

public let value: String

style

A style, for example primary button.

public let style: ActionStyle

type

A type, for example button.

public let type: ActionType

text

A text.

public let text: String

isCancel

Check if the action is cancel button.

public var isCancel: Bool

Did you find this page helpful?