(this: EditorManager)
| 117 | remove (this: EditorManager, editor: Editor): Editor | null; |
| 118 | setActive (this: EditorManager, editor: Editor): void; |
| 119 | setup (this: EditorManager): void; |
| 120 | translate: (text: Untranslated) => TranslatedString; |
| 121 | triggerSave: () => void; |
| 122 | _setBaseUrl (this: EditorManager, baseUrl: string): void; |
no outgoing calls
no test coverage detected