()
| 609 | return this.layout.width |
| 610 | } |
| 611 | getComputedHeight(): number { |
| 612 | return this.layout.height |
| 613 | } |
| 614 | getComputedRight(): number { |
| 615 | const p = this.parent |
| 616 | return p ? p.layout.width - this.layout.left - this.layout.width : 0 |
nothing calls this directly
no outgoing calls
no test coverage detected