Skip to content

SetChangeOperation

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

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

type SetChangeOperation
= "add"
| "delete"
| "clear";

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

Clone this wiki locally