Skip to content
Document Authoring DA  API Docs v1.14.1
npmGitHub

TransactionOptionsNEW

TransactionOptions:

{
review?: { author: string };
}

Options for document transactions.

optional review: object

Tracks supported mutations as document revisions authored by this name.

Mutations that the SDK can represent as tracked changes are authored as revisions by this name. Mutations without tracked-change markup support still apply directly without revisions.

author: string