Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
ClusterServerHandlers
Type Alias ClusterServerHandlers<C>
Cluster
Server
Handlers
<
C
>
:
Merge
<
CommandHandlers
<
C
[
"commands"
]
,
AttributeServers
<
C
[
"attributes"
]
>
,
EventServers
<
C
[
"events"
]
>
>
,
Merge
<
AttributeHandlers
<
C
[
"attributes"
]
>
,
{
destroyClusterServer
?:
(
(
)
=>
void
)
;
initializeClusterServer
?:
(
(
args
:
{
attributes
:
AttributeServers
<
C
[
"attributes"
]
>
;
endpoint
:
Endpoint
;
events
:
EventServers
<
C
[
"events"
]
>
;
}
)
=>
void
)
;
}
>
>
Type Parameters
C
extends
ClusterType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...