ChangeType: "add" | "move" | "remove" | "set"

The change types which occur on an observable list.

Type declaration

  • "add"

    Item(s) were added to the list.

  • "move"

    An item was moved within the list.

  • "remove"

    Item(s) were removed from the list.

  • "set"

    An item was set in the list.