prorm API Reference
← Documentation
GitLab
Preparing search index...
types
AfterFindHookHandler
Type Alias AfterFindHookHandler
AfterFindHookHandler
:
(
instances
:
Model
[]
,
options
:
FindOptions
,
model
:
ModelStatic
<
any
>
,
)
=>
Promise
<
void
>
|
void
A hook that runs after a read, receiving the instances it produced.
Type Declaration
(
instances
:
Model
[]
,
options
:
FindOptions
,
model
:
ModelStatic
<
any
>
,
)
:
Promise
<
void
>
|
void
Parameters
instances
:
Model
[]
options
:
FindOptions
model
:
ModelStatic
<
any
>
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
A hook that runs after a read, receiving the instances it produced.