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

Method setValue

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

Set the editor content.

(content: string)

Source from the content-addressed store, hash-verified

434
435 /** Set the editor content. */
436 setValue(content: string): void;
437
438 /** Get the text between the given points in the editor, which should be {line, ch} objects.
439 An optional third argument can be given to indicate the line separator string to use (defaults to "\n"). */

Callers 3

codemirror.jsFile · 0.65
resetMethod · 0.65
loadDocumentMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected