RendererOptions Type — vue Architecture
Architecture documentation for the RendererOptions type/interface in index.d.ts from the vue codebase.
Entity Profile
Source Code
packages/server-renderer/types/index.d.ts lines 31–40
interface RendererOptions {
template?: string
inject?: boolean
shouldPreload?: (file: string, type: string) => boolean
shouldPrefetch?: (file: string, type: string) => boolean
cache?: RenderCache
directives?: {
[key: string]: (vnode: VNode, dir: VNodeDirective) => void
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free