CodeMirrorEditor.getOption method
CodeMirrorEditor › getOption
Unofficial
Get the value of an editor option.Signature:
getOption(option: string): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| option | string | The name of the option to get. |
Returns: unknown — The option value.