Remoting Type
Static members
| Static member |
Description
|
Full Usage:
Remoting.buildClient config
Parameters:
RemotingConfig
Returns: 'T
Modifiers: inline Type parameters: 'T |
|
Full Usage:
Remoting.buildHandler implementation config
Parameters:
't
config : RemotingConfig
Modifiers: inline Type parameters: 't |
Builds the receiver for the two way Main <-> Renderer IPC proxy router.
|
Full Usage:
Remoting.buildReceiverProxy (config, impl, resolvedType)
Parameters:
RemotingConfig
impl : 'a
resolvedType : Type
|
|
Full Usage:
Remoting.buildSenderProxy (config, resolvedType)
Parameters:
RemotingConfig
resolvedType : Type
Returns: 'a
|
|
fable-electron-docs-api