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

Method create

tests/multiroot/useMultiRootEditor.test.tsx:967–971  ·  view source on GitHub ↗
( ...args: Array<any> )

Source from the content-addressed store, hash-verified

965 }
966
967 public static async create( ...args: Array<any> ) {
968 await deferInitialization.promise;
969
970 return new SlowEditor( args[ 0 ], args[ 1 ] );
971 }
972 }
973
974 const { result } = renderHook( () => useMultiRootEditor( {

Callers

nothing calls this directly

Calls 1

timeoutFunction · 0.90

Tested by

no test coverage detected