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

Method getInputField

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

Returns the hidden textarea used to read input.

()

Source from the content-addressed store, hash-verified

321
322 /** Returns the hidden textarea used to read input. */
323 getInputField(): HTMLTextAreaElement;
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;

Callers 4

enterVimModeFunction · 0.80
leaveVimModeFunction · 0.80
VimFunction · 0.80
exitInsertModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected