Skip to content

MapChangeOperation

github-actions[bot] edited this page Nov 17, 2024 · 2 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