MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / isHighDownDispatcher

Function isHighDownDispatcher

libs/echarts/echarts.simple.js:17436–17438  ·  view source on GitHub ↗

* @param {module:zrender/src/Element} el * @return {boolean}

(el)

Source from the content-addressed store, hash-verified

17434 * @return {boolean}
17435 */
17436function isHighDownDispatcher(el) {
17437 return !!(el && el.__highDownDispatcher);
17438}
17439
17440/**
17441 * Support hightlight/downplay record on each elements.

Callers 1

elSetStateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected