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

RevisionEventPayloadNEW

RevisionEventPayload:

Payload emitted for a tracked-change lifecycle event.

Events are batched by event kind and transaction, so one payload can describe multiple revisions affected by the same transaction.

ids: string[]

Affected revision ids (same event kind, same transaction).


author: string | null

Common author of the affected revisions, or null when mixed or unknown.


origin: DocumentEventOrigin

Source of the transaction that produced the event.


txId: number

Identifier of the committed transaction that produced the event.