setAll(key, value)
Sets the property key
to the given value on all members of this list.
Parameters
Name | Type | Description |
---|---|---|
key | any | The property of the item to set. |
value | any | The value to set the property to. |
- Source code: utils/ArraySet.js (Line 138)
Please login to continue.