Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/types
.
ClusterComposer
WithFeatures
Type Alias WithFeatures<ClusterT, FeaturesT>
With
Features
<
ClusterT
,
FeaturesT
>
:
Omit
<
BaseOf
<
ClusterT
>
,
"supportedFeatures"
|
"base"
|
ElementType
>
&
{
base
:
BaseOf
<
ClusterT
>
;
supportedFeatures
:
FeaturesAsFlags
<
BaseOf
<
ClusterT
>
,
FeaturesT
>
;
}
&
ExtendedElements
<
ClusterT
,
SelectedElements
<
FeaturesAsFlags
<
ClusterT
,
FeaturesT
>
,
ClusterT
[
"extensions"
]
extends
object
?
ClusterT
[
"extensions"
]
:
[
]
>
>
The result of composition.
Type Parameters
ClusterT
extends
ClusterType
FeaturesT
extends
FeatureSelection
<
BaseOf
<
ClusterT
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
The result of composition.