Type Editor / @type-editor/collab / types/SendableSteps / SendableSteps
Interface: SendableSteps
Defined in: types/SendableSteps.ts:9
Data describing the editor's unconfirmed steps that need to be sent to the central authority.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
clientID | string | number | The ID of this client. | types/SendableSteps.ts:23 |
origins | readonly Transform[] | The original transforms that produced each step. This can be useful for looking up timestamps and other metadata for the steps. Note that the steps may have been rebased, whereas the origin transforms are still the old, unchanged objects. | types/SendableSteps.ts:31 |
steps | readonly PmStep[] | The steps that need to be sent to the central authority. | types/SendableSteps.ts:18 |
version | number | The current version of the collaborative editing state. | types/SendableSteps.ts:13 |