Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
ClusterType
EventsOf
Type Alias EventsOf<C>
Events
Of
<
C
>
:
C
extends
{
events
:
infer
E
extends
{
[
K
in
string
]
:
Event
}
;
}
?
{
-
readonly
[
K
in
keyof
E
as
string
extends
K
?
never
:
K
]
:
E
[
K
]
}
:
EmptyElementSet
<
Event
>
Extract the type of a cluster's events.
Type Parameters
C
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Extract the type of a cluster's events.