Search results

CollaborativeEditing API in Angular 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.

Parameter Type Description
user string Specifies the user.

Returns void

pullAction

Pull pending actions from server.

Returns void

updateAction

To update the action which need to perform.

Parameter Type Description
data CollaborativeEditingEventArgs | CollaborativeEditingEventArgs[] Specifies the data.

Returns void

updateRegion

Updated modified content from remote user

Returns void