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)
| 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; |
no outgoing calls
no test coverage detected