TemplateRendererOptions Type — vue Architecture
Architecture documentation for the TemplateRendererOptions type/interface in index.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD abc30037_1e40_a24f_6c38_bf73898bd8fe["TemplateRendererOptions"] dd60f8d3_0510_6c88_43e7_0031a6d72263["index.ts"] abc30037_1e40_a24f_6c38_bf73898bd8fe -->|defined in| dd60f8d3_0510_6c88_43e7_0031a6d72263 style abc30037_1e40_a24f_6c38_bf73898bd8fe fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/server-renderer/src/template-renderer/index.ts lines 11–20
type TemplateRendererOptions = {
template?:
| string
| ((content: string, context: any) => string | Promise<string>)
inject?: boolean
clientManifest?: ClientManifest
shouldPreload?: (file: string, type: string) => boolean
shouldPrefetch?: (file: string, type: string) => boolean
serializer?: Function
}
Source
Frequently Asked Questions
What is the TemplateRendererOptions type?
TemplateRendererOptions is a type/interface in the vue codebase, defined in packages/server-renderer/src/template-renderer/index.ts.
Where is TemplateRendererOptions defined?
TemplateRendererOptions is defined in packages/server-renderer/src/template-renderer/index.ts at line 11.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free