prorm API Reference
← Documentation
GitLab
Preparing search index...
types
FindHookHandler
Type Alias FindHookHandler
FindHookHandler
:
(
options
:
FindOptions
,
model
:
ModelStatic
<
any
>
,
)
=>
Promise
<
void
>
|
void
A hook that runs before a read, and may modify the options in place.
Type Declaration
(
options
:
FindOptions
,
model
:
ModelStatic
<
any
>
)
:
Promise
<
void
>
|
void
Parameters
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 before a read, and may modify the options in place.