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

Interface EditorObservable

frontend/public/tinymce/tinymce.d.ts:2704–2708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2702 _setBaseUrl(this: EditorManager, baseUrl: string): void;
2703}
2704interface EditorObservable extends Observable<EditorEventMap> {
2705 bindPendingEventDelegates(this: Editor): void;
2706 toggleNativeEvent(this: Editor, name: string, state: boolean): void;
2707 unbindAllNativeEvents(this: Editor): void;
2708}
2709interface ProcessorSuccess<T> {
2710 valid: true;
2711 value: T;

Callers 4

vOFunction · 0.80
oBFunction · 0.80
removeMethod · 0.80
sFunction · 0.80

Implementers 1

Editorfrontend/public/tinymce/tinymce.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected