Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
NewHookable
Interface NewHookable<HookNames>
interface
NewHookable
<
HookNames
>
{
noHooks
?:
boolean
|
readonly
HookNames
[]
|
{
except
:
readonly
HookNames
[]
;
}
;
}
Type Parameters
HookNames
extends
string
Hierarchy (
view full
)
NewHookable
DestroyManyOptions
BulkDestroyOptions
Index
Properties
no
Hooks?
Properties
Optional
no
Hooks
no
Hooks
?:
boolean
|
readonly
HookNames
[]
|
{
except
:
readonly
HookNames
[]
;
}
Controls which hooks should be run.
Possible values:
false: All hooks will be run. (default)
true: No hooks will be run.
An array of strings: The hooks listed in the array will not be run.
An object with the "except" property: Only the hooks listed in the array will be run.
Type declaration
except
:
readonly
HookNames
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
no
Hooks
Documentation
Loading...
Controls which hooks should be run.
Possible values: