Scroll the editor to a given(pixel) position.Both arguments may be left as null or undefined to have no effect.
(x: number, y: number)
| 217 | |
| 218 | /** Scroll the editor to a given(pixel) position.Both arguments may be left as null or undefined to have no effect. */ |
| 219 | scrollTo(x: number, y: number): void; |
| 220 | |
| 221 | /** Get an { left , top , width , height , clientWidth , clientHeight } object that represents the current scroll position, the size of the scrollable area, |
| 222 | and the size of the visible area(minus scrollbars). */ |
no outgoing calls
no test coverage detected