Stepper
The stepper is a component for displaying progress on a screen that handles steps like a wizard.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Width | number | 312 | |
height | number | 80 | |
X | number | ||
Y | number | ||
Visibility | boolean | • on • off | on |
Alternative Label | boolean | • on • off | off |
Active Step | number | 0 | |
Value | table details1 |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
width | number | 312 | ||
height | number | 80 | ||
x | number | |||
y | number | |||
visibility | boolean | • true • false | true | |
alternativeLabel | boolean | • true • false | true | |
activeStep | number | 0 | ||
array of object |
Tips
[Details 1] Value (value)
The default status is registered as follows. Register from the "Add"
button. To delete, select the check box and click the "Delete"
button.
Select | Label | Value |
---|---|---|
Checkbox | Step1 | 1 |
Checkbox | Step2 | 2 |
Checkbox | Step3 | 3 |
Event
None