Skip to content

CollectionChangeOperation

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / CollectionChangeOperation alias

Describes all the possible operations that can add or remove items from a collection.

type CollectionChangeOperation
= "push"
| "pop"
| "unshift"
| "shift"
| "splice"
| "expand"
| "contract"
| "set"
| "fill"
| "copyWithin";

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

Clone this wiki locally