@univerjs-procollaborationinterfacesIfetchingmissevent

@univerjs-pro/collaboration v0.5.0-beta.1Docs


Interface: IFetchingMissEvent

When the collaboration session is created, it should send a handshake event to the server.

Properties

PropertyTypeDefined in
data{ from: number; to: number; unitID: string; unitType: UniverType; }packages/collaboration/src/models/collaboration-events.ts:160
data.fromnumberpackages/collaboration/src/models/collaboration-events.ts:163
data.tonumberpackages/collaboration/src/models/collaboration-events.ts:164
data.unitIDstringpackages/collaboration/src/models/collaboration-events.ts:161
data.unitTypeUniverTypepackages/collaboration/src/models/collaboration-events.ts:162
eventIDFETCH_MISSINGpackages/collaboration/src/models/collaboration-events.ts:159