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

Method remove

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

Source from the content-addressed store, hash-verified

2693 init(this: EditorManager, options: RawEditorOptions): Promise<Editor[]>;
2694 overrideDefaults(this: EditorManager, defaultOptions: Partial<RawEditorOptions>): void;
2695 remove(this: EditorManager): void;
2696 remove(this: EditorManager, selector: string): void;
2697 remove(this: EditorManager, editor: Editor): Editor | null;
2698 setActive(this: EditorManager, editor: Editor): void;

Callers 15

updateInDeepMapFunction · 0.65
updateOrderedMapFunction · 0.65
serialiseMethod · 0.65
enumSerialiseContentMethod · 0.65
deserialiseMethod · 0.65
ReferenceElementMethod · 0.65
PathItemElementMethod · 0.65
SchemaElementMethod · 0.65
leaveMethod · 0.65
ReferenceElementMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected