ActiveListInitializedEvent<T>
TYPE DEFINITION
Represents the initialization of the ActiveList
Since 1.0.0
Extends ActiveListBaseEventProperties
-
indexes
number []
The indexes of the values which were active upon initialization.
Note: these are the indexes at the time of the initialization, it might no longer be accurate.
Since 1.0.0
-
type
"INITIALIZED"
Which type occurred
Since 1.0.0
-
values
T []
The values which were active upon initialization.
Note: these are the values at the time of the initialization, 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