Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
BridgeConfig
Type Alias BridgeConfig<TConfig, TSchema, TClient, THost>
BridgeConfig
:
ModuleConfig
<
WithAdditional
<
{
client
?:
WithAdditional
<
BridgeClientConfig
,
TClient
>
;
discoverRoots
?:
"start"
|
"lazy"
;
host
?:
WithAdditional
<
BridgeHostConfig
,
THost
>
;
schema
:
TConfig
extends
Payload
?
TConfig
[
"schema"
]
:
BridgeConfigSchema
;
}
,
TConfig
,
>
,
TSchema
,
>
Type Parameters
TConfig
extends
Payload
|
EmptyObject
|
void
=
void
TSchema
extends
string
|
void
=
void
TClient
extends
EmptyObject
|
void
=
void
THost
extends
EmptyObject
|
void
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
XYO Platform SDK - v3.6.9
Loading...