MCPcopy Create free account
hub / github.com/Automattic/mongoose /

Class

types/types.d.ts:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 class ArraySubdocument<IdType = any, TQueryHelpers = unknown, DocType = unknown, TVirtuals = {}, TSchemaOptions = {}> extends Subdocument<IdType, TQueryHelpers, DocType, TVirtuals, TSchemaOptions> {
101 /** Returns this sub-documents parent array. */
102 parentArray(): Types.DocumentArray<unknown>;
103 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected