Typedef

EditorCollectUsageDataEvent (core/editor)

@ckeditor/ckeditor5-core/src/editor/editor

typedefobject

Fired when the editor is about to collect usage data.

This event is fired when the editor is about to collect usage data. It allows plugins to provide additional data for the usage statistics. The usage data is collected by the editor and sent to the usage tracking server. All plugins are expected to be ready at this point.

Filtering

Properties

  • args : tuple

  • name : 'collectUsageData'

Fired by