Remoting Type
Static members
| Static member |
Description
|
Full Usage:
Remoting.buildBridge config
Parameters:
RemotingConfig
Modifiers: inline Type parameters: 'T |
Builds the preload router for a Main -> Renderer interprocess communication in Fable.Remoting style.
|
Full Usage:
Remoting.buildMainToRendererProxy (config, resolvedType)
Parameters:
RemotingConfig
resolvedType : Type
|
|
Full Usage:
Remoting.buildRendererToMainProxy (config, resolvedType)
Parameters:
RemotingConfig
resolvedType : Type
|
|
Full Usage:
Remoting.buildTwoWayBridge config
Parameters:
RemotingConfig
Modifiers: inline Type parameters: 't |
Builds the preload router for a two way Main <-> Renderer interprocess communication in Fable.Remoting style.
|
fable-electron-docs-api