()
| 895 | return this.style.height |
| 896 | } |
| 897 | getOverflow(): Overflow { |
| 898 | return this.style.overflow |
| 899 | } |
| 900 | getPositionType(): PositionType { |
| 901 | return this.style.positionType |
| 902 | } |
nothing calls this directly
no outgoing calls
no test coverage detected