MCPcopy
hub / github.com/tinymce/tinymce / get

Method get

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

Source from the content-addressed store, hash-verified

108 createEditor (this: EditorManager, id: string, options: RawEditorOptions): Editor;
109 execCommand (this: EditorManager, cmd: string, ui: boolean, value: any): boolean;
110 get (this: EditorManager): Editor[];
111 get (this: EditorManager, id: number | string): Editor | null;
112 init (this: EditorManager, options: RawEditorOptions): Promise<Editor[]>;
113 overrideDefaults (this: EditorManager, defaultOptions: Partial<RawEditorOptions>): void;

Callers 6

globalEventDelegateFunction · 0.65
createIdFunction · 0.65
initEditorsFunction · 0.65
addFunction · 0.65
removeFunction · 0.65
execCommandFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected