MapChanges | @jupyter/ydoc (original) (raw)

Type alias MapChanges

MapChanges: Map<string, {
action: "add" | "update" | "delete";
oldValue: any;
}>

Changes on a map-like data.