ISetChange - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ISetChange<TItem> interface
Contains information about items that are added or removed from a set.
interface ISetChange<TItem>
Source reference: src/collections/observableSet/ISetChange.ts:5
.
- TItem - The type of items the set contains.
-
readonly
addedItems - The items that were added to the set. -
readonly
operation - The operation that was performed -
readonly
removedItems - The items that were removed from the set.