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

Method add

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

Source from the content-addressed store, hash-verified

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;

Callers 15

generateInputFunction · 0.65
handlerFunction · 0.65
drawBarFunction · 0.65
refreshColFunction · 0.65
refreshRowFunction · 0.65
addScriptFunction · 0.65
assertShortcutFunction · 0.65
testPatternFunction · 0.65
dragstartCallbackFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected