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

Method get

frontend/public/tinymce/tinymce.d.ts:2691–2691  ·  view source on GitHub ↗
(this: EditorManager)

Source from the content-addressed store, hash-verified

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[]>;
2694 overrideDefaults(this: EditorManager, defaultOptions: Partial<RawEditorOptions>): void;

Callers 15

constructorMethod · 0.65
deepEqualFunction · 0.65
hashJSObjFunction · 0.65
updateInDeepMapFunction · 0.65
updateOrderedMapFunction · 0.65
mapFactoryFunction · 0.65
reverseFactoryFunction · 0.65
filterFactoryFunction · 0.65
sliceFactoryFunction · 0.65
setPropFunction · 0.65
getMetaPropertyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected