Protected InternalIterates over collections executing actions
The action parameters containing:
Array of results from each iteration
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Private chunkPrivate executeExecute a single iteration
Optional contextUser: anyPrivate getGet boolean parameter with default
Private getGet numeric parameter with default
Private getGet parameter value by name (case-insensitive)
Private getPrivate preparePrivate replacePrivate replace
Action that iterates over collections executing actions for each item
Example