MCPcopy Create free account
hub / github.com/witheve/Eve / getScrollerElement

Method getScrollerElement

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

Returns the DOM node that is responsible for the scrolling of the editor.

()

Source from the content-addressed store, hash-verified

327
328 /** Returns the DOM node that is responsible for the scrolling of the editor. */
329 getScrollerElement(): HTMLElement;
330
331 /** Fetches the DOM node that contains the editor gutters. */
332 getGutterElement(): HTMLElement;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected