ISetChange.removedItems - Andrei15193/react-model-view-viewmodel GitHub Wiki
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
.