Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mongoose/types/index.d.ts>mongoose.Schema#loadClass

MongoDB object modeling designed to work in an asynchronous environment.
Go to Latest
method mongoose.Schema.prototype.loadClass
import { mongoose } from "https://deno.land/x/mongoose@6.13.0/types/index.d.ts";
const { Schema } = mongoose;

Loads an ES6 class into a schema. Maps setters + getters, static methods, and instance methods to schema virtuals, statics, and methods.

Parameters

model: Function
optional
onlyVirtuals: boolean