Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/types
.
ElementModifier
WithAlterations
Type Alias WithAlterations<T, AlterationsT>
With
Alterations
<
T
,
AlterationsT
>
:
Omit
<
T
,
"attributes"
|
"commands"
|
"events"
>
&
{
attributes
:
AlteredElements
<
T
[
"attributes"
]
,
Attribute
,
AlterationsT
[
"attributes"
]
>
;
commands
:
AlteredElements
<
T
[
"commands"
]
,
Command
,
AlterationsT
[
"commands"
]
>
;
events
:
AlteredElements
<
T
[
"events"
]
,
Event
,
AlterationsT
[
"events"
]
>
;
}
A definition with alterations applied.
Type Parameters
T
extends
ClusterType
AlterationsT
extends
Alterations
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
A definition with alterations applied.