MCPcopy
hub / github.com/witheve/Eve / scrollTo

Method scrollTo

typings/codemirror/codemirror.d.ts:219–219  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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). */

Callers 7

codemirror.jsFile · 0.80
resolveScrollToPosFunction · 0.80
onPromptCloseFunction · 0.80
onPromptKeyUpFunction · 0.80
onPromptKeyDownFunction · 0.80
VimFunction · 0.80
scrollToPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected