Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/modules
BridgeQueryFunctions
Interface BridgeQueryFunctions
interface
BridgeQueryFunctions
{
connect
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
undefined
|
Lowercase
<
string
>
>
;
disconnect
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
undefined
|
Lowercase
<
string
>
>
;
expose
:
(
id
:
string
,
options
?:
BridgeExposeOptions
,
)
=>
Promisable
<
ModuleInstance
[]
>
;
unexpose
?:
(
id
:
string
,
options
?:
BridgeUnexposeOptions
,
)
=>
Promisable
<
Lowercase
<
string
>
[]
>
;
}
Hierarchy (
View Summary
)
BridgeQueryFunctions
BridgeInstance
Index
Properties
connect?
disconnect?
expose
unexpose?
Properties
Optional
connect
connect
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
undefined
|
Lowercase
<
string
>
>
Optional
disconnect
disconnect
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
undefined
|
Lowercase
<
string
>
>
expose
expose
:
(
id
:
string
,
options
?:
BridgeExposeOptions
,
)
=>
Promisable
<
ModuleInstance
[]
>
Optional
unexpose
unexpose
?:
(
id
:
string
,
options
?:
BridgeUnexposeOptions
,
)
=>
Promisable
<
Lowercase
<
string
>
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
disconnect
expose
unexpose
XYO Platform SDK - v3.6.9
Loading...