Defines a Loop Handler.

A Loop Handler must be added inside an IterateAction.
It helps defining actions to be executed for each loop.
Each action can access the current loop index and item through the index and item parameters in TS mode. You can change the parameter names for more appropriate ones or to differentiate them in nested loops.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Index parameter String standard Defines the parameter’s name for index in loop.
Is active boolean standard Defines whether the component is active.
Item parameter String standard Defines the parameter’s name for item in loop.