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

Method create

tests/_utils/editor.ts:110–112  ·  view source on GitHub ↗
( element?: HTMLElement, config?: EditorRelaxedConfig )

Source from the content-addressed store, hash-verified

108 }
109
110 public static create( element?: HTMLElement, config?: EditorRelaxedConfig ): Promise<MockEditor> {
111 return Promise.resolve( new this( element, config ) );
112 }
113}
114
115function createDocument() {

Callers 3

context.test.tsxFile · 0.45
editor.test.tsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected