Skip to content

ISetChange

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
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.
Clone this wiki locally