()
| 13399 | return (this.children.forEach((e) => e.assembleSignals()), []); |
| 13400 | } |
| 13401 | assembleLayoutSignals() { |
| 13402 | const e = Wf(this); |
| 13403 | for (const t of this.children) e.push(...t.assembleLayoutSignals()); |
| 13404 | return e; |
| 13405 | } |
| 13406 | assembleSelectionData(e) { |
| 13407 | return this.children.reduce((e, t) => t.assembleSelectionData(e), e); |
| 13408 | } |
nothing calls this directly
no test coverage detected