ReviewReportRecord

type ReviewReportRecord = object

Description

Record of one review change.

Properties

TypeReviewReportRecordTypedefault: null

Review record type.

Valuestringdefault: null

Review change value that is set for the "TextAdd" and "TextRem" types only.

Datenumberdefault: null

The time when this change was made.

ReviewedElementApiParagraph | ApiTabledefault: null

Element that has been reviewed

Try It

var oReviewReportRecord1 = {Type: "TextRem", Value: "Hello, Mark!", Date: 1679941734161};
var oReviewReportRecord2 = {Type: "TextAdd", Value: "Dear Mr. Pottato.", Date: 1679941736189};
var oReviewReportRecord3 = {Type: "ParaRem", Date: 1679941755942};
var oReviewReportRecord4 = {Type: "TextPr", Date: 1679941757832};
var oReviewRecord = {
   "John Smith" : [oReviewReportRecord1, oReviewReportRecord2],
   "Mark Pottato" : [oReviewReportRecord3, oReviewReportRecord4]
};

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).