Actions

data class Actions(val primary: PrimaryAction? = PrimaryAction.PROGRESS, val secondary: SecondaryAction? = null)

Constructors

Link copied to clipboard
constructor(primary: PrimaryAction? = PrimaryAction.PROGRESS, secondary: SecondaryAction? = null)

Properties

Link copied to clipboard
Link copied to clipboard