Preparing search index...
The search index is not available
Endo API documentation
Endo API documentation
@endo/exo
ExoClassKitMethods
Type Alias ExoClassKitMethods<F, I>
Exo
Class
Kit
Methods
<
F
,
I
>
:
F
&
{
[
K
in
keyof
F
]
:
ThisType
<
{
facets
:
GuardedKit
<
F
>
;
state
:
ReturnType
<
I
>
;
}
>
}
Rearrange the Exo types to make a cast of the methods (M) and init function (I) to a specific type.
Type Parameters
F
extends
Record
<
FacetName
,
Methods
>
I
extends
(
(
...
args
:
any
[]
)
=>
any
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...
Rearrange the Exo types to make a cast of the methods (M) and init function (I) to a specific type.