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

Method highlight

src/leaflet/overlay/GraphMap.js:124–129  ·  view source on GitHub ↗

* @function GraphMap.prototype.highlight * @version 11.2.0 * @description 高亮节点和边。(在渲染完成后调用) * @param {KnowledgeGraph.highlightParams} params - 高亮参数。

(params)

Source from the content-addressed store, hash-verified

122 * @param {KnowledgeGraph.highlightParams} params - 高亮参数。
123 */
124 highlight(params) {
125 if (!this.graph) {
126 return;
127 }
128 this.graph.highlight(params);
129 }
130 /**
131 * @function GraphMap.prototype.clearHighlight
132 * @version 11.2.0

Callers 15

findShortestPathMethod · 0.95
GraphMapSpec.jsFile · 0.45
GraphMapSpec.jsFile · 0.45
GraphMapSpec.jsFile · 0.45
GraphMapSpec.jsFile · 0.45
echarts-en.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected