Type alias VirtualPathFunctions<DocType, PathValueType, TInstanceMethods>

VirtualPathFunctions<DocType, PathValueType, TInstanceMethods>: {
    get?: TVirtualPathFN<DocType, PathValueType, TInstanceMethods, PathValueType>;
    options?: VirtualTypeOptions<HydratedDocument<DocType, TInstanceMethods>, DocType>;
    set?: TVirtualPathFN<DocType, PathValueType, TInstanceMethods, void>;
}

Type Parameters

  • DocType = {}

  • PathValueType = unknown

  • TInstanceMethods = {}

Type declaration

Generated using TypeDoc