(gutter: Gutter, v: number)
| 855 | this.markDirty() |
| 856 | } |
| 857 | setGapPercent(gutter: Gutter, v: number): void { |
| 858 | this.style.gap[gutter] = percentValue(v) |
| 859 | this.markDirty() |
| 860 | } |
| 861 | |
| 862 | // -- Style getters (partial — only what tests need) |
| 863 |
nothing calls this directly
no test coverage detected