@univerjs-pro/collaboration v0.5.0-beta.1 • Docs
Interface: IFetchingMissEvent
When the collaboration session is created, it should send a handshake event to the server.
Properties
Property | Type | Defined in |
---|---|---|
data | { from : number ; to : number ; unitID : string ; unitType : UniverType ; } | packages/collaboration/src/models/collaboration-events.ts:160 |
data.from | number | packages/collaboration/src/models/collaboration-events.ts:163 |
data.to | number | packages/collaboration/src/models/collaboration-events.ts:164 |
data.unitID | string | packages/collaboration/src/models/collaboration-events.ts:161 |
data.unitType | UniverType | packages/collaboration/src/models/collaboration-events.ts:162 |
eventID | FETCH_MISSING | packages/collaboration/src/models/collaboration-events.ts:159 |