Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
ModelScopeOptions
Interface ModelScopeOptions<TAttributes>
Interface for Define Scope Options
interface
ModelScopeOptions
<
TAttributes
>
{
[
scopeName
:
string
]
:
FindOptions
<
TAttributes
>
|
(
(
...
args
)
=>
FindOptions
<
TAttributes
>
)
;
}
Type Parameters
TAttributes
=
any
Indexable
[
scopeName:
string
]:
FindOptions
<
TAttributes
>
|
(
(
...
args
)
=>
FindOptions
<
TAttributes
>
)
Name of the scope and it's query
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Interface for Define Scope Options