mongoloquent
    Preparing search index...

    Interface IRelationshipBelongsTo

    interface IRelationshipBelongsTo {
        alias: string;
        foreignKey: string;
        model: Model;
        nested?: string[];
        options: IRelationshipOptions;
        ownerKey: string;
        relatedModel: Model;
        type: belongsTo;
    }
    Index

    Properties

    alias: string
    foreignKey: string
    model: Model
    nested?: string[]
    ownerKey: string
    relatedModel: Model
    type: belongsTo