Skip to content

MapChangeOperation

github-actions[bot] edited this page Feb 4, 2025 · 4 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