Add template components to vertical list
Inject a "Template component" into a designated "Vertical list." for every object within a certain list
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
List | Specify the list of objects for which to add an template for each object. | ARRAY | true | |
List component | Specify the target "Vertical List" where the "Template component" should be added. | PART | true | |
Template | Specify the "Template" to be dynamically inserted into the chosen "Vertical List". Use the parameter (ITEM) on this template to receive the data from the list. | TEMPLATE | false | |
Code | Specify the code of the template component to be dynamically inserted into the chosen "Vertical List" | STRING | false | |
Form group | Specify the form group of the template component to be dynamically inserted into the chosen "Vertical List" | STRING | false | |
Template parameters | Parameters specific to the chosen "Template" | TEMPLATE_PARAMS | false |