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

Method setData

tests/_utils/editor.ts:102–104  ·  view source on GitHub ↗
( ...args: Array<any> )

Source from the content-addressed store, hash-verified

100 // Implements the `DataApi` interface.
101 // See: https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_utils_dataapimixin-DataApi.html
102 public setData( ...args: Array<any> ): void {
103 return this.data.set.call( this, ...args );
104 }
105
106 public getData( ...args: Array<any> ): string {
107 return this.data.get.call( this, ...args );

Calls

no outgoing calls

Tested by 1

testSemaphoreForWatchdogFunction · 0.64