Type Editor / @type-editor/collab / types/CollabConfig / CollabConfig
Interface: CollabConfig
Defined in: types/CollabConfig.ts:5
Configuration options for the collaborative editing plugin.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
clientID? | string | number | This 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? | number | The starting version number of the collaborative editing. Defaults to 0. | types/CollabConfig.ts:10 |