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

Method _getViewPort

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

Source from the content-addressed store, hash-verified

20864 return "clientX" in event2 && "clientY" in event2;
20865 }
20866 _getViewPort() {
20867 return this._root || document.body;
20868 }
20869 _calculateTooltipPosition(event2) {
20870 const scheduler2 = this._scheduler;
20871 const domHelpers = scheduler2.$domHelpers;

Callers 1

_getViewPortSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected