Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Gets/sets schema paths.

Type Parameters

optional
ResultType extends SchemaType = SchemaType<any, HydratedDocument<DocType, TInstanceMethods>>

Parameters

path: string

Type Parameters

pathGeneric extends keyof EnforcedDocType

Returns

SchemaType<EnforcedDocType[pathGeneric]>

Parameters

path: string
constructor: any