Abstract
Private
Optional
parent: Association<any, Model<any, any>, string, NormalizedAssociationOptions<string>>Abstract
accessorsAbstract
foreignReadonly
optionsReadonly
parentThe identifier of the relation on the source model.
The type of the association. One of HasMany
, BelongsTo
, HasOne
, BelongsToMany
negate isMultiAssociation instead
Creating an associations can automatically create other associations. This returns the initial association that caused the creation of the descendant associations.
Static
isPrivate
toPrivate
Normalize input
built objects
it may be array or single obj, instance or primary key
Generated using TypeDoc
A reference to the association that created this one.