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

Method setOption

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

Change the configuration of the editor. option should the name of an option, and value should be a valid value for that option.

(option: string, value: any)

Source from the content-addressed store, hash-verified

118
119 /** Change the configuration of the editor. option should the name of an option, and value should be a valid value for that option. */
120 setOption(option: string, value: any): void;
121
122 /** Retrieves the current value of the given option for this editor instance. */
123 getOption(option: string): any;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected