Skip to content

Type Editor


Type Editor / @type-editor/collab / types/CollabConfig / CollabConfig

Interface: CollabConfig

Defined in: types/CollabConfig.ts:5

Configuration options for the collaborative editing plugin.

Properties

PropertyTypeDescriptionDefined in
clientID?string | numberThis client's ID, used to distinguish its changes from those of other clients. Defaults to a random 32-bit number.types/CollabConfig.ts:16
version?numberThe starting version number of the collaborative editing. Defaults to 0.types/CollabConfig.ts:10