MCPcopy Index your code
hub / github.com/witheve/Eve / getWrapperElement

Method getWrapperElement

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

Returns the DOM node that represents the editor, and controls its size. Remove this from your tree to delete an editor instance.

()

Source from the content-addressed store, hash-verified

324
325 /** Returns the DOM node that represents the editor, and controls its size. Remove this from your tree to delete an editor instance. */
326 getWrapperElement(): HTMLElement;
327
328 /** Returns the DOM node that is responsible for the scrolling of the editor. */
329 getScrollerElement(): HTMLElement;

Callers 8

AnnotationFunction · 0.80
codemirror.jsFile · 0.80
detachVimMapFunction · 0.80
attachVimMapFunction · 0.80
EditorClass · 0.80
IDEClass · 0.80
findPaneAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected