(this: EditorManager, options: RawEditorOptions)
| 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; |
| 2695 | remove(this: EditorManager): void; |
| 2696 | remove(this: EditorManager, selector: string): void; |