MCPcopy Index your code
hub / github.com/dataease/SQLBot / execCommand

Method execCommand

frontend/public/tinymce/tinymce.d.ts:2690–2690  ·  view source on GitHub ↗
(this: EditorManager, cmd: string, ui: boolean, value: any)

Source from the content-addressed store, hash-verified

2688 addI18n: (code: string, item: Record<string, string>) => void;
2689 createEditor(this: EditorManager, id: string, options: RawEditorOptions): Editor;
2690 execCommand(this: EditorManager, cmd: string, ui: boolean, value: any): boolean;
2691 get(this: EditorManager): Editor[];
2692 get(this: EditorManager, id: number | string): Editor | null;
2693 init(this: EditorManager, options: RawEditorOptions): Promise<Editor[]>;

Callers 15

IFunction · 0.65
WhFunction · 0.65
JbFunction · 0.65
pEFunction · 0.65
zSFunction · 0.65
PkFunction · 0.65
oRFunction · 0.65
XRFunction · 0.65
cAFunction · 0.65
RAFunction · 0.65
GAFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected