You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new field repeat of type list to entity that allows you to iterate over a list and instantiate a number of the same entity. The context for each step will include the variables val and idx which can be used to differentiate the individual entities.
This is to allow repeating elements in ioc.yaml.
(details to be reviewd)
Add a new field
repeat
of type list toentity
that allows you to iterate over a list and instantiate a number of the same entity. The context for each step will include the variablesval
andidx
which can be used to differentiate the individual entities.examples:
The text was updated successfully, but these errors were encountered: