- Preparing search index...
- The search index is not available
biorate
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
-
Optional
get?: TVirtualPathFN<DocType, PathValueType, TInstanceMethods, PathValueType>
-
-
Optional
set?: TVirtualPathFN<DocType, PathValueType, TInstanceMethods, void>