Skip to content

MapChangeOperation

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / MapChangeOperation alias

Describes all the possible operations that can add or remove entries from a map.

type MapChangeOperation
= "set"
| "delete"
| "clear";

Source reference: src/collections/observableMap/IMapChange.ts:18.

Clone this wiki locally