Search
Preparing search index...
The search index is not available
@albert-team/mongol
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
DatabaseHookBeforeHandler
Interface DatabaseHookBeforeHandler<TArgs>
Database hook "before" handler.
Type parameters
TArgs
:
any
[]
Hierarchy
DatabaseHookBeforeHandler
Callable
__call
(
context
:
DatabaseHookBeforeContext
, args
:
TArgs
)
:
void
|
TArgs
|
ParsedCrudOperationArgs
|
Promise
<
void
>
|
Promise
<
TArgs
>
|
Promise
<
ParsedCrudOperationArgs
>
Database hook "before" handler.
Parameters
context:
DatabaseHookBeforeContext
args:
TArgs
Returns
void
|
TArgs
|
ParsedCrudOperationArgs
|
Promise
<
void
>
|
Promise
<
TArgs
>
|
Promise
<
ParsedCrudOperationArgs
>
Globals
Crud
Op
Crud
Operation
Naming
Convention
Database
Hook
Error
Db
Not
Found
Error
Mongol
Database
Hook
Database
Hook
After
Handler
Database
Hook
Before
Context
Database
Hook
Before
Handler
Database
Hook
Context
Database
Hook
Error
Handler
Extended
Collection
Mongol
Options
Parsed
Crud
Operation
Args
Schema
Options
Timestamp
Hook
Options
Database
Hook
Event
DELETE_
OPERATIONS
INSERT_
OPERATIONS
OMITTED_
JSON_
SCHEMA_
KEYWORDS
REPLACE_
OPERATIONS
UPDATE_
OPERATIONS
auto
Timestamp
create
Timestamp
Hook
get
Crud
Op
is
Parsed
Crud
Operation
Args
parse
Crud
Operation
Args
remove
Properties
unparse
Crud
Operation
Args
with
Timestamp
Database hook "before" handler.