Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
ClusterServer
Function ClusterServer
Cluster
Server
<
const
T
,
const
H
>
(
clusterDef
,
attributesInitialValues
,
handlers
,
supportedEvents
?
,
ignoreMissingElements
?
)
:
ClusterServerObj
<
T
>
Type Parameters
const
T
extends
ClusterType
const
H
extends
ClusterServerHandlers
<
T
>
Parameters
clusterDef
:
T
attributesInitialValues
:
AttributeInitialValues
<
T
[
"attributes"
]
>
handlers
:
H
supportedEvents
:
SupportedEventsList
<
T
[
"events"
]
>
= ...
ignoreMissingElements
:
boolean
= false
Returns
ClusterServerObj
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...