(this: EditorManager)
| 108 | createEditor (this: EditorManager, id: string, options: RawEditorOptions): Editor; |
| 109 | execCommand (this: EditorManager, cmd: string, ui: boolean, value: any): boolean; |
| 110 | get (this: EditorManager): Editor[]; |
| 111 | get (this: EditorManager, id: number | string): Editor | null; |
| 112 | init (this: EditorManager, options: RawEditorOptions): Promise<Editor[]>; |
| 113 | overrideDefaults (this: EditorManager, defaultOptions: Partial<RawEditorOptions>): void; |
no outgoing calls
no test coverage detected