ActionType

enum ActionType : Enum<TtButton.ActionType>

The action type of a button. It affects the appearance of the button, e.g. text color, background.

Entries

Link copied to clipboard

Used for the button which allows the user to change a setting between two states.

Link copied to clipboard

Used for the button hovers over content to promote an action.

Link copied to clipboard

Used for negative actions e.g. cancel flows or data deletion.

Link copied to clipboard

Used for actions with the positive emphasis that results a success.

Link copied to clipboard

The action with the least emphasis.

Link copied to clipboard

The action with less emphasis.

Link copied to clipboard

The action with the most emphasis.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int