@univerjs-pro/collaboration v0.5.0-beta.1 • Docs
Interface: ISubmitChangesetEvent
Send a changeset to the collaboration sever.
Properties
Property | Type | Defined in |
---|---|---|
data | { changeset : IChangeset ; memberID : string ; unitID : string ; unitType : UniverType ; } | packages/collaboration/src/models/collaboration-events.ts:187 |
data.changeset | IChangeset | packages/collaboration/src/models/collaboration-events.ts:191 |
data.memberID | string | packages/collaboration/src/models/collaboration-events.ts:190 |
data.unitID | string | packages/collaboration/src/models/collaboration-events.ts:188 |
data.unitType | UniverType | packages/collaboration/src/models/collaboration-events.ts:189 |
eventID | SUBMIT_CHANGESET | packages/collaboration/src/models/collaboration-events.ts:186 |