Header menu logo fable-electron-docs-api

Remoting Type

Static members

Static member Description

Remoting.buildBridge config

Full Usage: Remoting.buildBridge config

Parameters:
Modifiers: inline
Type parameters: 'T

Builds the preload router for a Main -> Renderer interprocess communication in Fable.Remoting style.

config : RemotingConfig

Remoting.buildMainToRendererProxy (config, resolvedType)

Full Usage: Remoting.buildMainToRendererProxy (config, resolvedType)

Parameters:
config : RemotingConfig
resolvedType : Type

Remoting.buildRendererToMainProxy (config, resolvedType)

Full Usage: Remoting.buildRendererToMainProxy (config, resolvedType)

Parameters:
config : RemotingConfig
resolvedType : Type

Remoting.buildTwoWayBridge config

Full Usage: Remoting.buildTwoWayBridge config

Parameters:
Modifiers: inline
Type parameters: 't

Builds the preload router for a two way Main <-> Renderer interprocess communication in Fable.Remoting style.

config : RemotingConfig

Type something to start searching.