- Preparing search index...
- The search index is not available
biorate
- BelongsToMany<TCreationAttributes, TModelAttributes, TCreationAttributesThrough, TModelAttributesThrough>(associatedClassGetter, through, foreignKey?, otherKey?): Function
-
Type Parameters
-
TCreationAttributes extends {}
-
TModelAttributes extends {}
-
TCreationAttributesThrough extends {}
-
TModelAttributesThrough extends {}
Parameters
-
associatedClassGetter: ModelClassGetter<TCreationAttributes, TModelAttributes>
-
through: string | ModelClassGetter<TCreationAttributesThrough, TModelAttributesThrough>
-
Optional
foreignKey: string
Optional
-
Optional
otherKey: string
Optional
Returns Function
- BelongsToMany<TCreationAttributes, TModelAttributes, TCreationAttributesThrough, TModelAttributesThrough>(associatedClassGetter, options): Function
-
Type Parameters
-
TCreationAttributes extends {}
-
TModelAttributes extends {}
-
TCreationAttributesThrough extends {}
-
TModelAttributesThrough extends {}
Returns Function