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

Method getOption

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

Retrieves the current value of the given option for this editor instance.

(option: string)

Source from the content-addressed store, hash-verified

121
122 /** Retrieves the current value of the given option for this editor instance. */
123 getOption(option: string): any;
124
125 /** Attach an additional keymap to the editor.
126 This is mostly useful for add - ons that need to register some key handlers without trampling on the extraKeys option.

Callers 6

AnnotationFunction · 0.80
buildLineContentFunction · 0.80
codemirror.jsFile · 0.80
VimFunction · 0.80
EditorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected