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

TransactionContextNEW

TransactionContext:

Context object passed to transaction callbacks.

Contains the draft document that can be read or modified within a transaction.

TransactionCallback for how this context is used

draft: Document

The draft document for reading and modification.

A Programmatic.Document instance representing the document in draft state. All modifications are made to this draft and are isolated until the transaction commits.