prorm API Reference
← Documentation
GitLab
Preparing search index...
types
BulkHookHandler
Type Alias BulkHookHandler
BulkHookHandler
:
(
instances
?:
Model
[]
,
options
?:
HookOptions
,
)
=>
Promise
<
void
>
|
void
A hook receiving every instance in a bulk operation at once.
Type Declaration
(
instances
?:
Model
[]
,
options
?:
HookOptions
)
:
Promise
<
void
>
|
void
Parameters
Optional
instances
:
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 every instance in a bulk operation at once.