MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getY

Method getY

src/openlayers/overlay/theme/Theme.js:426–431  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

424 }
425
426 getY(e) {
427 return typeof e.zrenderY != 'undefined' && e.zrenderY
428 || typeof e.offsetY != 'undefined' && e.offsetY
429 || typeof e.layerY != 'undefined' && e.layerY
430 || typeof e.clientY != 'undefined' && e.clientY;
431 }
432
433 /**
434 * @function Theme.prototype.un

Callers 1

fireMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected