Defines an IterateAction component.

This component helps iterating any objects array.
To work properly the IterateAction needs a Loop Handler in which you may add any kind of action to be executed at each loop.
The Loop Handler exposes the loop’s current item and index you can use in actions.

Name Description
Items Specify the array of items to iterate on
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Is active Defines whether the component is active.