Skip to content

ISetChange.addedItems

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
API / ISetChange<TItem> / addedItems property

The items that were added to the set.

Property type: readonly TItem[].

readonly addedItems: readonly TItem[]

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

Clone this wiki locally