Skip to content

Type Editor


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

PropertyTypeDescriptionDefined in
clientIDstring | numberThe ID of this client.types/SendableSteps.ts:23
originsreadonly 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
stepsreadonly PmStep[]The steps that need to be sent to the central authority.types/SendableSteps.ts:18
versionnumberThe current version of the collaborative editing state.types/SendableSteps.ts:13