Skip to content

ISetChange.removedItems

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

The items that were removed from the set.

Property type: readonly TItem[].

readonly removedItems: readonly TItem[]

Source reference: src/collections/observableSet/ISetChange.ts:9.

Clone this wiki locally