Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
types
Cluster
Interface Cluster<F, SF, A, C, E>
interface
Cluster
<
F
,
SF
,
A
,
C
,
E
>
{
attributes
:
A
;
commands
:
C
;
events
:
E
;
features
:
F
;
id
:
ClusterId
;
name
:
string
;
revision
:
number
;
supportedFeatures
:
SF
;
unknown
:
boolean
;
}
Type Parameters
F
extends
BitSchema
SF
extends
TypeFromPartialBitSchema
<
F
>
A
extends
Attributes
C
extends
Commands
E
extends
Events
Index
Properties
attributes
commands
events
features
id
name
revision
supported
Features
unknown
Properties
attributes
attributes
:
A
commands
commands
:
C
events
events
:
E
features
features
:
F
id
id
:
ClusterId
name
name
:
string
revision
revision
:
number
supported
Features
supported
Features
:
SF
unknown
unknown
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
commands
events
features
id
name
revision
supported
Features
unknown
matter.js-monorepo
Loading...