MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / processUpdate

Function processUpdate

codebase/sources/dhtmlxscheduler.es.js:1314–1326  ·  view source on GitHub ↗
(type, event2)

Source from the content-addressed store, hash-verified

1312 processUpdate(type, event2);
1313 }
1314 function processUpdate(type, event2) {
1315 switch (type) {
1316 case "add-event":
1317 handleAddEvent(event2);
1318 break;
1319 case "update-event":
1320 handleUpdateEvent(event2);
1321 break;
1322 case "delete-event":
1323 handleDeleteEvent(event2);
1324 break;
1325 }
1326 }
1327 function ignore(code) {
1328 if (scheduler2._dp) {
1329 scheduler2._dp.ignore(code);

Callers 1

remoteUpdatesFunction · 0.70

Calls 3

handleAddEventFunction · 0.70
handleUpdateEventFunction · 0.70
handleDeleteEventFunction · 0.70

Tested by

no test coverage detected