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.

Generic Parameters

  • TItem - The type of items the set contains.

Properties

  • 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.
⚠️ **GitHub.com Fallback** ⚠️