Add vertical list component to a step of a stepper component
Inject a "Vertical list component" into a designated "Step" of a "Stepper component"
Input parameters
Name | Description | Type | Required | Default value |
---|
Stepper component | Specify the target "Stepper component" where the "Vertical list component" should be added. | PART | true | |
Step code | Specify the code of the step to add the new "Vertical list component" to. | STRING | true | |
Vertical list code | Specify the code of the new "Vertical list component" to add to the "Step". | STRING | true | |
Output
Name | Description | Type | Default value |
---|
Vertical list | Specify the name of the variable that will contain the created "vertical-list" component. | PART | STEP_VERTICAL_LIST |