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

Method children

src/common/overlay/levelRenderer/Group.js:108–110  ·  view source on GitHub ↗

* @function LevelRenderer.Group.prototype.children * @description 复制并返回一份新的包含所有儿子节点的数组。 * @returns {Array. } 图形数组。

()

Source from the content-addressed store, hash-verified

106 * @returns {Array.<LevelRenderer.Shape>} 图形数组。
107 */
108 children() {
109 return this._children.slice();
110 }
111
112
113 /**

Callers 15

GroupSpec.jsFile · 0.80
jasmine.jsFile · 0.80
mapbox-gl.jsFile · 0.80
tIFunction · 0.80
TTFunction · 0.80
echarts-en.min.jsFile · 0.80
tIFunction · 0.80
TTFunction · 0.80
echarts.min.jsFile · 0.80
sidebarScrollFixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected