MCPcopy Create free account
hub / github.com/ckeditor/ckeditor5-react / setCreator

Method setCreator

src/EditorWatchdogAdapter.tsx:40–42  ·  view source on GitHub ↗

* @param creator A watchdog's editor creator function.

( creator: AdapterEditorCreatorFunction<TEditor> )

Source from the content-addressed store, hash-verified

38 * @param creator A watchdog's editor creator function.
39 */
40 public setCreator( creator: AdapterEditorCreatorFunction<TEditor> ): void {
41 this._creator = creator;
42 }
43
44 /**
45 * Adds an editor configuration to the context watchdog registry. Creates an instance of it.

Callers 3

_initializeEditorMethod · 0.80
_initializeEditorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected