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