Skip to content

ICollectionChange.removedItems

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / ICollectionChange<TItem> / removedItems property

The items that were removed from the collection.

Property type: readonly TItem[].

readonly removedItems: readonly TItem[]

Source reference: src/collections/observableCollections/ICollectionChange.ts:11.

Clone this wiki locally