* Returns the current percent-space zoom window (or `null` when zoom is disabled).
()
| 86 | * Returns the current percent-space zoom window (or `null` when zoom is disabled). |
| 87 | */ |
| 88 | getZoomRange(): Readonly<{ start: number; end: number }> | null; |
| 89 | /** |
| 90 | * Sets the percent-space zoom window. |
| 91 | * |
no outgoing calls
no test coverage detected