Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DHTMLX/scheduler
/ _isLikeMouseEvent
Method
_isLikeMouseEvent
codebase/dhtmlxscheduler.es.js:6579–6581 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
6577
return
this.getNode().innerHTML = i, this;
6578
}
6579
_isLikeMouseEvent(i) {
6580
return
!(!i || typeof i !=
"object"
) &&
"clientX"
in i &&
"clientY"
in i;
6581
}
6582
_getViewPort() {
6583
return
this._root || document.body;
6584
}
Callers
1
show
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected