prorm API Reference
← Documentation
GitLab
Preparing search index...
types
HookHandler
Type Alias HookHandler
HookHandler
:
(
instance
:
Model
,
options
?:
HookOptions
)
=>
Promise
<
void
>
|
void
A hook receiving a single instance and the options for the operation.
Type Declaration
(
instance
:
Model
,
options
?:
HookOptions
)
:
Promise
<
void
>
|
void
Parameters
instance
:
Model
Optional
options
:
HookOptions
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
A hook receiving a single instance and the options for the operation.