ReviewReport

type ReviewReport = object

Description

Report on all review changes. This is a dictionary where the keys are usernames.

Try It

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

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).