Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
<internal>
NewHookable
Interface NewHookable<HookNames>
interface
NewHookable
<
HookNames
extends
string
>
{
noHooks
?:
|
boolean
|
readonly
HookNames
[]
|
{
except
:
readonly
HookNames
[]
}
;
}
Type Parameters
HookNames
extends
string
Hierarchy (
View Summary
)
NewHookable
DestroyManyOptions
BulkDestroyOptions
Index
Properties
no
Hooks?
Properties
Optional
no
Hooks
noHooks
?:
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.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
no
Hooks
Documentation
Loading...
Controls which hooks should be run.
Possible values: