lifecycle-utils
Preparing search index...
Lock
Type Alias Lock<S, K>
type
Lock
<
S
=
any
,
K
extends
string
=
string
>
=
{
key
:
K
;
scope
:
S
;
"[dispose]"
()
:
void
;
dispose
()
:
void
;
}
Type Parameters
S
=
any
K
extends
string
=
string
Index
Properties
key
scope
Methods
[dispose]
dispose
Properties
key
key
:
K
scope
scope
:
S
Methods
[dispose]
"[dispose]"
()
:
void
Returns
void
dispose
dispose
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
scope
Methods
[dispose]
dispose
lifecycle-utils
Loading...