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