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

Function batchUpdatePayload

codebase/sources/dhtmlxscheduler.es.js:1061–1067  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

1059 }
1060 }
1061 function batchUpdatePayload(callback) {
1062 try {
1063 callback();
1064 } catch (e) {
1065 window.console.error(e);
1066 }
1067 }
1068 scheduler2.$stateProvider.registerProvider("batchUpdate", function() {
1069 return { batch_update: isActive };
1070 }, false);

Callers 1

createMethodFunction · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected