Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/bridge-model
BridgeRawQueryFunctions
Interface BridgeRawQueryFunctions
interface
BridgeRawQueryFunctions
{
connectQuery
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
ModuleQueryResult
>
;
disconnectQuery
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
ModuleQueryResult
>
;
exposeQuery
:
(
id
:
string
,
options
?:
BridgeExposeOptions
,
)
=>
Promisable
<
ModuleQueryResult
>
;
unexposeQuery
?:
(
id
:
string
,
options
?:
BridgeUnexposeOptions
,
)
=>
Promisable
<
ModuleQueryResult
>
;
}
Index
Properties
connect
Query?
disconnect
Query?
expose
Query
unexpose
Query?
Properties
Optional
connect
Query
connectQuery
?:
(
id
:
string
,
maxDepth
?:
number
)
=>
Promisable
<
ModuleQueryResult
>
Optional
disconnect
Query
disconnectQuery
?:
(
id
:
string
,
maxDepth
?:
number
,
)
=>
Promisable
<
ModuleQueryResult
>
expose
Query
exposeQuery
:
(
id
:
string
,
options
?:
BridgeExposeOptions
,
)
=>
Promisable
<
ModuleQueryResult
>
Optional
unexpose
Query
unexposeQuery
?:
(
id
:
string
,
options
?:
BridgeUnexposeOptions
,
)
=>
Promisable
<
ModuleQueryResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connect
Query
disconnect
Query
expose
Query
unexpose
Query
XYO Platform SDK - v3.6.9
Loading...