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