Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
protocol
ExchangeManagerContext
Interface ExchangeManagerContext
Interfaces
ExchangeManager
with other components.
interface
ExchangeManagerContext
{
channelManager
:
ChannelManager
;
sessionManager
:
SessionManager
;
transportInterfaces
:
TransportInterfaceSet
<
TransportInterface
>
;
}
Index
Properties
channel
Manager
session
Manager
transport
Interfaces
Properties
channel
Manager
channel
Manager
:
ChannelManager
session
Manager
session
Manager
:
SessionManager
transport
Interfaces
transport
Interfaces
:
TransportInterfaceSet
<
TransportInterface
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Manager
session
Manager
transport
Interfaces
matter.js-monorepo
Loading...
Interfaces ExchangeManager with other components.