ActiveListRemovedEvent<T>

TYPE DEFINITION

Represents an removal of an item of the ActiveList.

Since 1.0.0

Extends ActiveListBaseEvent

Properties

  • index

    number

    The index of removed item.

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

    Since 1.0.0

  • type

    "REMOVED"

    Which type occurred

    Since 1.0.0

  • value

    T

    The value which was removed.

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