Skip to content

ISetChange.addedItems

github-actions[bot] edited this page Dec 3, 2024 · 3 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