(this: EditorManager, editor: Editor)
| 104 | pageUid: string; |
| 105 | |
| 106 | add (this: EditorManager, editor: Editor): Editor; |
| 107 | addI18n: (code: string, item: Record<string, string>) => void; |
| 108 | createEditor (this: EditorManager, id: string, options: RawEditorOptions): Editor; |
| 109 | execCommand (this: EditorManager, cmd: string, ui: boolean, value: any): boolean; |
no outgoing calls
no test coverage detected