* Subscribes to interaction x changes (domain units). * * Returns an unsubscribe function.
(callback: (x: number | null, source?: unknown) => void)
| 82 | * Returns an unsubscribe function. |
| 83 | */ |
| 84 | onInteractionXChange(callback: (x: number | null, source?: unknown) => void): () => void; |
| 85 | /** |
| 86 | * Returns the current percent-space zoom window (or `null` when zoom is disabled). |
| 87 | */ |
no outgoing calls
no test coverage detected