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

Method _getViewPort

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

Source from the content-addressed store, hash-verified

20860 return "clientX" in event2 && "clientY" in event2;
20861 }
20862 _getViewPort() {
20863 return this._root || document.body;
20864 }
20865 _calculateTooltipPosition(event2) {
20866 const scheduler2 = this._scheduler;
20867 const domHelpers = scheduler2.$domHelpers;

Callers 1

_getViewPortSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected