Skip to content

INotifySetChanged

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

Notifies when a set has items added or removed to it.

interface INotifySetChanged<TItem>

Source reference: src/collections/observableSet/INotifySetChanged.ts:7.

Generic Parameters

  • TItem - The type of items the set contains.

Properties

  • readonly setChanged - An event that is raised when the set changed by adding or removing items.

Implementations

Clone this wiki locally