WizardStepAction

sealed class WizardStepAction

A wizard step action to be displayed on the right side of a step.

Inheritors

Types

Link copied to clipboard
class Action(val text: String, val onClick: () -> Unit = {}, val enabled: Boolean = true, val dangerous: Boolean = false) : WizardStepAction

A button to perform an action.

Link copied to clipboard

Will display a circular progress indicator.