@univerjs/rpc v0.4.2 • Docs
Class: RemoteSyncPrimaryService
Implements
Constructors
new RemoteSyncPrimaryService()
new RemoteSyncPrimaryService(_commandService): RemoteSyncPrimaryService
Parameters
Parameter | Type |
---|---|
_commandService | ICommandService |
Returns
Defined in
packages/rpc/src/services/remote-instance/remote-instance.service.ts:36 (opens in a new tab)
Methods
syncMutation()
syncMutation(params): Promise<boolean>
Parameters
Parameter | Type |
---|---|
params | object |
params.mutationInfo | IMutationInfo <object > |
Returns
Promise
<boolean
>
Implementation of
IRemoteSyncService
.syncMutation
Defined in
packages/rpc/src/services/remote-instance/remote-instance.service.ts:40 (opens in a new tab)