@univerjs/sheets-formula v0.4.2 • Docs
Class: RemoteRegisterFunctionService
This class should resident in the remote process.
Implements
Constructors
new RemoteRegisterFunctionService()
new RemoteRegisterFunctionService(_functionService): RemoteRegisterFunctionService
Parameters
Parameter | Type |
---|---|
_functionService | IFunctionService |
Returns
Defined in
Methods
registerFunctions()
registerFunctions(serializedFuncs): Promise<void>
Parameters
Parameter | Type |
---|---|
serializedFuncs | [string , string ][] |
Returns
Promise
<void
>
Implementation of
IRemoteRegisterFunctionService
.registerFunctions
Defined in
unregisterFunctions()
unregisterFunctions(names): Promise<void>
Parameters
Parameter | Type |
---|---|
names | string [] |
Returns
Promise
<void
>
Implementation of
IRemoteRegisterFunctionService
.unregisterFunctions