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

Method getModel

src/common/overlay/KnowledgeGraph.js:817–819  ·  view source on GitHub ↗

* @function KnowledgeGraph.prototype.getModel * @description 获取元素的数据模型。 * @param {Object} item - 元素实例。 * @return {Object} - 返回值为节点的数据模型。

(item)

Source from the content-addressed store, hash-verified

815 * @return {Object} - 返回值为节点的数据模型。
816 */
817 getModel(item) {
818 return this.graphRender.getModel(item);
819 }
820
821 /**
822 * @function KnowledgeGraph.prototype.addItem

Callers 15

msFunction · 0.45
bsFunction · 0.45
xuFunction · 0.45
tFunction · 0.45
_fFunction · 0.45
ZgFunction · 0.45
KgFunction · 0.45
uvFunction · 0.45
qsFunction · 0.45
tlFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected