(this: EditorManager, editor: Editor)
| 2685 | i18n: I18n; |
| 2686 | suffix: string; |
| 2687 | add(this: EditorManager, editor: Editor): Editor; |
| 2688 | addI18n: (code: string, item: Record<string, string>) => void; |
| 2689 | createEditor(this: EditorManager, id: string, options: RawEditorOptions): Editor; |
| 2690 | execCommand(this: EditorManager, cmd: string, ui: boolean, value: any): boolean; |
no outgoing calls
no test coverage detected