Skip to content

ICollectionChange.addedItems

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

The items that were added to the collection.

Property type: readonly TItem[].

readonly addedItems: readonly TItem[]

Source reference: src/collections/observableCollections/ICollectionChange.ts:9.

Clone this wiki locally