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

Function checkSectionPropertyName

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

Source from the content-addressed store, hash-verified

50 return viewName;
51 }
52 function checkSectionPropertyName(viewName) {
53 const viewObj = scheduler2.getView(viewName);
54 if (viewObj.y_property) {
55 return viewObj.y_property;
56 }
57 if (viewObj.map_to) {
58 return viewObj.map_to;
59 }
60 }
61 function setRequiredStylesToMarker(eventNode2, layout) {
62 switch (layout) {
63 case "month":

Callers 1

Calls 1

getViewMethod · 0.65

Tested by

no test coverage detected