Search results

Revision API in JavaScript (ES5) DocumentEditor API control

The revision class which holds the information related to changes made in the document

Methods

accept

Method which accepts the selected revision, revision marks will be removed and changes will be included in the viewer.

Returns void

reject

Method which rejects the selected revision, revision marks will be removed leaving the original content.

Returns void

cloneRevisions

Method to clone the revisions for the element

Parameter Type Description
revisions Revision[] revision array.

Returns string[]