()
| 779 | this.markDirty() |
| 780 | } |
| 781 | getDisplay(): Display { |
| 782 | return this.style.display |
| 783 | } |
| 784 | setPositionType(t: PositionType): void { |
| 785 | this.style.positionType = t |
| 786 | this.markDirty() |
nothing calls this directly
no outgoing calls
no test coverage detected