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

Method create

tests/ckeditor.test.tsx:1429–1433  ·  view source on GitHub ↗
( ...args: ConstructorParameters<typeof SlowEditor> )

Source from the content-addressed store, hash-verified

1427 }
1428
1429 public static async create( ...args: ConstructorParameters<typeof SlowEditor> ) {
1430 await deferInitialization.promise;
1431
1432 return new SlowEditor( ...args );
1433 }
1434 }
1435
1436 const MockSlowEditor = SlowEditor as any;

Callers

nothing calls this directly

Calls 1

timeoutFunction · 0.90

Tested by

no test coverage detected