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

Method clearHover

src/common/overlay/levelRenderer/Painter.js:535–540  ·  view source on GitHub ↗

* @function LevelRenderer.Painter.prototype.clearHover * @description 清除 hover 层所有内容。 * @return {LevelRenderer.Painter} this。

()

Source from the content-addressed store, hash-verified

533 * @return {LevelRenderer.Painter} this。
534 */
535 clearHover() {
536 var hover = this._layers.hover;
537 hover && hover.clear();
538
539 return this;
540 }
541
542
543 /**

Callers 12

refreshHoverMethod · 0.95
updateHoverLayerMethod · 0.95
constructorMethod · 0.80
clearAllMethod · 0.80
echarts-en.min.jsFile · 0.80
echarts.min.jsFile · 0.80
echarts.simple.jsFile · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected