CollaborativeEditing API in Vue DocumentEditor API component - Syncfusion

CollaborativeEditing API in Vue DocumentEditor API component

Represents the collaborative editing module

Methods

destroy

Destroy collaborative editing module.

Returns void

lockContent

Lock selected region from editing by other users.

ParameterTypeDescription
userstringSpecifies the user.

Returns void

pullAction

Pull pending actions from server.

Returns void

updateAction

To update the action which need to perform.

ParameterTypeDescription
dataCollaborativeEditingEventArgs | CollaborativeEditingEventArgs[]Specifies the data.

Returns void

updateRegion

Updated modified content from remote user

Returns void