Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
index
DerivedState
Interface DerivedState<Base, Extension>
DerivedState is a programmatic extension of state.
interface
DerivedState
<
Base
,
Extension
>
{
constructor
:
any
;
new DerivedState
new
(
)
:
InstanceType
<
Base
>
&
Extension
;
}
Type Parameters
Base
extends
StateType
=
StateType
Extension
extends
{}
=
{}
Index
Constructors
constructor
constructor
Constructors
constructor
constructor
:
any
constructor
new
Derived
State
(
)
:
InstanceType
<
Base
>
&
Extension
Returns
InstanceType
<
Base
>
&
Extension
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
constructor
matter.js-monorepo
Loading...
DerivedState is a programmatic extension of state.