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

Function isEnabled2

codebase/sources/dhtmlxscheduler.js:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 let eventNode = null;
45 let event2 = null;
46 function isEnabled2() {
47 return scheduler2.config.drag_highlight && scheduler2.markTimespan;
48 }
49 function checkViewName(viewName) {
50 const viewObj = scheduler2.getView(viewName);
51 if (viewObj) {

Callers 1

dragHighlightPosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected