Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
AfterAssociateEventData
Interface AfterAssociateEventData
interface
AfterAssociateEventData
{
association
:
Association
<
Model
<
any
,
any
>
,
Model
<
any
,
any
>
,
string
,
NormalizedAssociationOptions
<
string
>
>
;
sequelize
:
Sequelize
<
AbstractDialect
<
object
,
object
>
>
;
source
:
ModelStatic
<
Model
<
any
,
any
>
>
;
target
:
ModelStatic
<
Model
<
any
,
any
>
>
;
type
:
Class
<
Association
<
Model
<
any
,
any
>
,
Model
<
any
,
any
>
,
string
,
NormalizedAssociationOptions
<
string
>
>
>
;
}
Hierarchy (
view full
)
BeforeAssociateEventData
AfterAssociateEventData
Index
Properties
association
sequelize
source
target
type
Properties
association
association
:
Association
<
Model
<
any
,
any
>
,
Model
<
any
,
any
>
,
string
,
NormalizedAssociationOptions
<
string
>
>
sequelize
sequelize
:
Sequelize
<
AbstractDialect
<
object
,
object
>
>
source
source
:
ModelStatic
<
Model
<
any
,
any
>
>
target
target
:
ModelStatic
<
Model
<
any
,
any
>
>
type
type
:
Class
<
Association
<
Model
<
any
,
any
>
,
Model
<
any
,
any
>
,
string
,
NormalizedAssociationOptions
<
string
>
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
association
sequelize
source
target
type
Documentation
Loading...