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

Function isEnabled2

codebase/sources/dhtmlxscheduler.es.js:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 let eventNode = null;
41 let event2 = null;
42 function isEnabled2() {
43 return scheduler2.config.drag_highlight && scheduler2.markTimespan;
44 }
45 function checkViewName(viewName) {
46 const viewObj = scheduler2.getView(viewName);
47 if (viewObj) {

Callers 1

dragHighlightPosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected