MCPcopy
hub / github.com/tinymce/tinymce / execCallback

Function execCallback

modules/tinymce/src/core/main/ts/api/EditorManager.ts:387–395  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

385 };
386
387 const execCallback = (name: string) => {
388 const callback = options[name];
389
390 if (!callback) {
391 return;
392 }
393
394 return callback.apply(self, []);
395 };
396
397 const findTargets = (options: RawEditorOptions): HTMLElement[] => {
398 if (Env.browser.isIE() || Env.browser.isEdge()) {

Callers 1

initEditorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…