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

Method removeItem

src/common/overlay/KnowledgeGraph.js:836–838  ·  view source on GitHub ↗

* @function KnowledgeGraph.prototype.removeItem * @description 删除元素。 * @param {string|Object} item - 元素 ID 或元素实例。

(item)

Source from the content-addressed store, hash-verified

834 * @param {string|Object} item - 元素 ID 或元素实例。
835 */
836 removeItem(item) {
837 return this.graphRender.removeItem(item);
838 }
839
840 /**
841 * @function KnowledgeGraph.prototype.updateItem

Callers 4

UtilSpec.jsFile · 0.45
removeComponentMethod · 0.45
PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected