ActiveListInsertedEvent<T>

TYPE DEFINITION

Represents an insertion into the ActiveList.

Since 1.0.0

Extends ActiveListBaseEvent

Properties

  • index

    number

    The index of the insertion.

    Note: this was the index at the time of the insertion, it might no longer be accurate.

    Since 1.0.0

  • type

    "INSERTED"

    Which type occurred

    Since 1.0.0

  • value

    T

    The value which was inserted.

    Note: this was the value at the time of insertion, it 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