Class BelongsToManyAssociation<TCreationAttributes, TModelAttributes, TCreationAttributesThrough, TModelAttributesThrough>

Type Parameters

  • TCreationAttributes extends {}

  • TModelAttributes extends {}

  • TCreationAttributesThrough extends {}

  • TModelAttributesThrough extends {}

Hierarchy

  • BaseAssociation<TCreationAttributes, TModelAttributes>
    • BelongsToManyAssociation

Constructors

  • Type Parameters

    • TCreationAttributes extends {}

    • TModelAttributes extends {}

    • TCreationAttributesThrough extends {}

    • TModelAttributesThrough extends {}

    Parameters

    Returns BelongsToManyAssociation<TCreationAttributes, TModelAttributes, TCreationAttributesThrough, TModelAttributesThrough>

Properties

getThroughOptions: any
options: BelongsToManyOptions<TCreationAttributesThrough, TModelAttributesThrough>

Methods

  • Returns string | {
        plural: string;
        singular: string;
    }

  • Returns ModelType<TCreationAttributes, TModelAttributes>

Generated using TypeDoc