(edge: Edge)
| 640 | return this.layout.border[physicalEdge(edge)]! |
| 641 | } |
| 642 | getComputedPadding(edge: Edge): number { |
| 643 | return this.layout.padding[physicalEdge(edge)]! |
| 644 | } |
| 645 | getComputedMargin(edge: Edge): number { |
| 646 | return this.layout.margin[physicalEdge(edge)]! |
| 647 | } |
nothing calls this directly
no test coverage detected