RendererOptions Type — vue Architecture
Architecture documentation for the RendererOptions type/interface in index.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD c995cfad_89d9_78a8_dd35_ab214759871e["RendererOptions"] 68a64c43_06dc_18e6_a79c_843ed50d8ce7["index.d.ts"] c995cfad_89d9_78a8_dd35_ab214759871e -->|defined in| 68a64c43_06dc_18e6_a79c_843ed50d8ce7 style c995cfad_89d9_78a8_dd35_ab214759871e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
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
}
}
Defined In
Source
Frequently Asked Questions
What is the RendererOptions type?
RendererOptions is a type/interface in the vue codebase, defined in packages/server-renderer/types/index.d.ts.
Where is RendererOptions defined?
RendererOptions is defined in packages/server-renderer/types/index.d.ts at line 31.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free