Interface

PresenceListConfig (real-time-collaboration)

@ckeditor/ckeditor5-real-time-collaboration/src/config

interface

The configuration of the real-time collaboration features.

ClassicEditor
	.create( {
		presenceList: ... // Collaboration presence list configuration.
	} )
	.then( ... )
	.catch( ... );

See all editor options.

Filtering

Properties

  • collapseAt : number | undefined

    The number of users that need to be connected in order to switch the presence list to the dropdown view.

  • container : HTMLElement | undefined

    DOM element that will hold the feature’s UI.

  • onClick : ( User, HTMLElement ) => void | undefined

    Callback function that will be invoked after a click on a presence list member.