MCPcopy Index your code
hub / github.com/tinymce/tinymce / setup

Method setup

modules/tinymce/src/core/main/ts/api/EditorManager.ts:119–119  ·  view source on GitHub ↗
(this: EditorManager)

Source from the content-addressed store, hash-verified

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;

Callers 15

EditorViewTest.tsFile · 0.80
LicenseKeyTest.tsFile · 0.80
registerEventsFunction · 0.80
setupFunction · 0.80
contentBodyLoadedFunction · 0.80
setupFunction · 0.80
AnnotatorFunction · 0.80
setupFunction · 0.80
EditorManager.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected