()
| 14653 | return this.children.reduce((e, t) => t.assembleSelectionData(e), e); |
| 14654 | } |
| 14655 | assembleGroupStyle() { |
| 14656 | const e = new Set(); |
| 14657 | for (const n of this.children) |
| 14658 | for (const i of t.array(n.assembleGroupStyle())) e.add(i); |
| 14659 | const n = Array.from(e); |
| 14660 | return n.length > 1 ? n : 1 === n.length ? n[0] : void 0; |
| 14661 | } |
| 14662 | assembleTitle() { |
| 14663 | let e = super.assembleTitle(); |
| 14664 | if (e) return e; |
nothing calls this directly
no test coverage detected