Class StepConditionConfig
Package: ui-framework
Properties
description
Tooltip text that will be displayed on the Next
button, showing why it is impossible to go to the next step
Declaration
description?: string
Property Value
Type | Description |
---|---|
string | Tooltip text that will be displayed on the |
disabled
Disables a step.
Declaration
disabled?: boolean
Property Value
Type | Description |
---|---|
boolean | Disables a step. |
enabled
Enables a step.
Declaration
enabled?: boolean
Property Value
Type | Description |
---|---|
boolean | Enables a step. |
hidden
Makes step hidden.
Declaration
hidden?: boolean
Property Value
Type | Description |
---|---|
boolean | Makes step hidden. |