Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.80
constructor
Method · 0.80
buildTable
Function · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
search
Method · 0.80
buildMenuItem
Function · 0.80
Calls
2
child
Method · 0.95
forEach
Method · 0.80
Tested by
no test coverage detected