Skip to content

Blocked

data class Blocked(val reason: Component? = null) : WizardValidation

The page will not let the wizard advance.

Constructors

Blocked

constructor(reason: Component? = null)

Properties

reason

val reason: Component?