Retrieves the current value of the given option for this editor instance.
(option: string)
| 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. |
no outgoing calls
no test coverage detected