(this: This, kind: ScaleExtentKind, start: number, end: number)
| 259 | */ |
| 260 | setExtent(this: This, start: number, end: number): void; |
| 261 | setExtent2(this: This, kind: ScaleExtentKind, start: number, end: number): void; |
| 262 | |
| 263 | /** |
| 264 | * Filter for sanitization. |
no outgoing calls
no test coverage detected