Function: IRemoteInstanceService()
function IRemoteInstanceService(...args): void
Defined in: submodules/univer/packages/rpc/src/services/remote-instance/remote-instance.service.ts:56
This service is provided by the replica Univer.
Primary univer could call this service to init and dispose univer business instances and sync mutations to replica univer.
Parameters
Parameter | Type |
---|---|
…args | any [] |
Returns
void