ActiveListRemovedMultipleEvent<T>
TYPE DEFINITION
Represents multiple removals of items in the ActiveList.
Since 1.0.0
Extends ActiveListBaseEventProperties
-
indexes
number []
The indexes of the removed items.
Note: these are the indexes at the time of the removal, it might no longer be accurate.
Since 1.0.0
-
type
"REMOVED_MULTIPLE"
Which type occurred
Since 1.0.0
-
values
T []
The values which were removed
Note: these are the values at the time of removal, they might no longer be accurate. Keep in mind that when the value is an object or an array, they can still be mutated, because no copy is made.
Since 1.0.0