MCPcopy
hub / github.com/myliang/x-spreadsheet / children

Method children

src/component/element.js:85–91  ·  view source on GitHub ↗
(...eles)

Source from the content-addressed store, hash-verified

83 }
84
85 children(...eles) {
86 if (arguments.length === 0) {
87 return this.el.childNodes;
88 }
89 eles.forEach(ele => this.child(ele));
90 return this;
91 }
92
93 removeChild(el) {
94 this.el.removeChild(el);

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
buildTableFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
searchMethod · 0.80
buildMenuItemFunction · 0.80

Calls 2

childMethod · 0.95
forEachMethod · 0.80

Tested by

no test coverage detected