()
| 14644 | ); |
| 14645 | } |
| 14646 | assembleLayoutSignals() { |
| 14647 | return this.children.reduce( |
| 14648 | (e, t) => e.concat(t.assembleLayoutSignals()), |
| 14649 | Wf(this), |
| 14650 | ); |
| 14651 | } |
| 14652 | assembleSelectionData(e) { |
| 14653 | return this.children.reduce((e, t) => t.assembleSelectionData(e), e); |
| 14654 | } |
nothing calls this directly
no test coverage detected