Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
protocol
InteractionContext
Interface InteractionContext
Interfaces
InteractionServer
with other components.
interface
InteractionContext
{
maxPathsPerInvoke
?:
number
;
sessions
:
SessionManager
;
structure
:
InteractionEndpointStructure
;
subscriptionOptions
?:
Partial
<
ServerSubscriptionConfig
>
;
initiateExchange
(
address
:
PeerAddress
,
protocolId
:
number
)
:
MessageExchange
;
}
Index
Properties
max
Paths
Per
Invoke?
sessions
structure
subscription
Options?
Methods
initiate
Exchange
Properties
Optional
Readonly
max
Paths
Per
Invoke
max
Paths
Per
Invoke
?:
number
Readonly
sessions
sessions
:
SessionManager
Readonly
structure
structure
:
InteractionEndpointStructure
Optional
Readonly
subscription
Options
subscription
Options
?:
Partial
<
ServerSubscriptionConfig
>
Methods
initiate
Exchange
initiate
Exchange
(
address
,
protocolId
)
:
MessageExchange
Parameters
address
:
PeerAddress
protocolId
:
number
Returns
MessageExchange
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Paths
Per
Invoke
sessions
structure
subscription
Options
Methods
initiate
Exchange
matter.js-monorepo
Loading...
Interfaces InteractionServer with other components.