ixfx
Preparing search index...
@ixfx/flow
PoolUserEventMap
Type Alias PoolUserEventMap<V>
type
PoolUserEventMap
<
V
>
=
{
disposed
:
{
data
:
V
;
reason
:
string
}
;
released
:
{
data
:
V
;
reason
:
string
}
;
}
Type Parameters
V
Index
Properties
disposed
released
Properties
Readonly
disposed
disposed
:
{
data
:
V
;
reason
:
string
}
Readonly
released
released
:
{
data
:
V
;
reason
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disposed
released
ixfx
Loading...