callAll(key, parameter)
Calls a function on all members of this list, using the member as the context for the callback.
If the key
property is present it must be a function.
The function is invoked using the item as the context.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
key | string | The name of the property with the function to call. | |
parameter | * | <repeatable> | Additional parameters that will be passed to the callback. |
- Source code: utils/ArraySet.js (Line 159)
Please login to continue.