(this: EditorManager, cmd: string, ui: boolean, value: any)
| 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; |
| 2691 | get(this: EditorManager): Editor[]; |
| 2692 | get(this: EditorManager, id: number | string): Editor | null; |
| 2693 | init(this: EditorManager, options: RawEditorOptions): Promise<Editor[]>; |