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

Method toggleNativeEvent

frontend/public/tinymce/tinymce.d.ts:2706–2706  ·  view source on GitHub ↗
(this: Editor, name: string, state: boolean)

Source from the content-addressed store, hash-verified

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> {

Callers 1

oBFunction · 0.80

Implementers 1

Editorfrontend/public/tinymce/tinymce.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected