Preparing search index...
The search index is not available
use-machine-ts
use-machine-ts
Config
EffectCleanup
Signature
Type Alias Signature
Signature
:
(
(
params
:
Config
.
EffectCleanupParams
.
Signature
)
=>
void
|
{
[UNDEFINED_VOID_ONLY]
:
never
;
}
)
The cleanup function for the effect.
Type declaration
(
params
)
:
void
|
{
[UNDEFINED_VOID_ONLY]
:
never
;
}
Parameters
params
:
Config
.
EffectCleanupParams
.
Signature
The effect cleanup parameters.
Returns
void
|
{
[UNDEFINED_VOID_ONLY]
:
never
;
}
void
or a cleanup function.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
use-machine-ts
Loading...
The cleanup function for the effect.