@univerjs-pro/collaboration v0.5.0-beta.1 • Docs
Interface: IChangeset
Properties
Property | Type | Description | Defined in |
---|---|---|---|
baseRev | number | - | packages/collaboration/src/models/changeset.ts:12 |
memberID | string | - | packages/collaboration/src/models/changeset.ts:16 |
mutations | IMutationInfo <object >[] | - | packages/collaboration/src/models/changeset.ts:15 |
reqId? | number | reqId works with sid, should be monotonically increasing and begin with 1 in the same edit session | packages/collaboration/src/models/changeset.ts:20 |
revision | number | - | packages/collaboration/src/models/changeset.ts:13 |
sid? | string | sid works with reqId, represent the id of a unit edit session | packages/collaboration/src/models/changeset.ts:18 |
type | UniverType | - | packages/collaboration/src/models/changeset.ts:11 |
unitID | string | - | packages/collaboration/src/models/changeset.ts:10 |
userID | string | - | packages/collaboration/src/models/changeset.ts:14 |