Add vertical list to accordion panel
Inject a "Vertical list component" into a designated "Accordion panel" of a "Accordion component"
Input parameters
Name | Description | Type | Required | Default value |
---|
Accordion component | Specify the target "Accordion component" where the "Vertical list component" should be added. | PART | true | |
Accordion panel code | Specify the code of the panel 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 "Accordion panel". | 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 | ACCORDION_PANEL_VERTICAL_LIST |