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

Function checkViewName

codebase/sources/dhtmlxscheduler.es.js:45–51  ·  view source on GitHub ↗
(viewName)

Source from the content-addressed store, hash-verified

43 return scheduler2.config.drag_highlight && scheduler2.markTimespan;
44 }
45 function checkViewName(viewName) {
46 const viewObj = scheduler2.getView(viewName);
47 if (viewObj) {
48 return viewObj.layout;
49 }
50 return viewName;
51 }
52 function checkSectionPropertyName(viewName) {
53 const viewObj = scheduler2.getView(viewName);
54 if (viewObj.y_property) {

Callers 1

dragHighlightPosFunction · 0.70

Calls 1

getViewMethod · 0.65

Tested by

no test coverage detected