(this: EditorManager)
| 2689 | createEditor(this: EditorManager, id: string, options: RawEditorOptions): Editor; |
| 2690 | execCommand(this: EditorManager, cmd: string, ui: boolean, value: any): boolean; |
| 2691 | get(this: EditorManager): Editor[]; |
| 2692 | get(this: EditorManager, id: number | string): Editor | null; |
| 2693 | init(this: EditorManager, options: RawEditorOptions): Promise<Editor[]>; |
| 2694 | overrideDefaults(this: EditorManager, defaultOptions: Partial<RawEditorOptions>): void; |
no outgoing calls
no test coverage detected