RemotingConfig Type
Configuration of Proxy routers
Record fields
| Record Field |
Description
|
Full Usage:
ApiNameBase
Field type: string
|
Used in the ApiNameMap to create the property name on the window that the proxy is exposed through.
|
Full Usage:
ApiNameMap
Field type: string -> string -> string
|
A map that takes the ApiNameBase and the TypeName of the implementation to create the name of the property on the window that the proxy is exposed through.
|
Full Usage:
ChannelNameMap
Field type: string -> string -> string
|
A function that takes the Type name and the Field name to create a channel name which messages are proxied through.
|
fable-electron-docs-api