@sheerid/jslib
Preparing search index...
Hook
Type Alias Hook<K>
type
Hook
<
K
extends
keyof
HookEvents
=
keyof
HookEvents
>
=
{
callback
:
(
data
:
HookEvents
[
K
]
)
=>
void
;
name
:
K
;
}
Type Parameters
K
extends
keyof
HookEvents
=
keyof
HookEvents
Index
Properties
callback
name
Properties
callback
callback
:
(
data
:
HookEvents
[
K
]
)
=>
void
name
name
:
K
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
name
@sheerid/jslib
Loading...