Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocEventsRecord

Events record for a document (CRuntime/AbstractDoc).

Hierarchy

  • DocEventsRecord

Index

Properties

Change: ChangeEvent

Emitted after applying a synchronous set of updates. This is a good time to rerender the GUI.

When delivering remote updates, you can reduce the number of Change events using AbstractDoc.batchRemoteUpdates/CRuntime.batchRemoteUpdates.

Send: SendEvent

Emitted when a message is to be sent.

Update: UpdateEvent

Emitted after applying an update.

The update may be a local message, remote message, or saved state. Note that it may contain multiple transactions.

Generated using TypeDoc