Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/node
.
ClusterInterface
MappedMethodsOf
Type Alias MappedMethodsOf<C>
Mapped
Methods
Of
<
C
>
:
string
extends
keyof
C
?
{}
:
{
readonly
[
K
in
keyof
C
as
C
[
K
]
extends
{
optional
:
true
;
}
?
never
:
K
]
:
ClusterInterface
.
MethodForCommand
<
C
[
K
]
>
}
&
{
readonly
[
K
in
keyof
C
as
C
[
K
]
extends
{
optional
:
true
;
}
?
K
:
never
]
?:
ClusterInterface
.
MethodForCommand
<
C
[
K
]
>
}
Type Parameters
C
extends
Record
<
string
,
Command
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...