BundleRendererOptions Type — vue Architecture
Architecture documentation for the BundleRendererOptions type/interface in index.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD c5ebda6c_caef_1bfc_e2c4_37668460e61e["BundleRendererOptions"] 68a64c43_06dc_18e6_a79c_843ed50d8ce7["index.d.ts"] c5ebda6c_caef_1bfc_e2c4_37668460e61e -->|defined in| 68a64c43_06dc_18e6_a79c_843ed50d8ce7 style c5ebda6c_caef_1bfc_e2c4_37668460e61e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/server-renderer/types/index.d.ts lines 42–47
interface BundleRendererOptions extends RendererOptions {
clientManifest?: object
serializer?: (state: object) => string
runInNewContext?: boolean | 'once'
basedir?: string
}
Defined In
Source
Frequently Asked Questions
What is the BundleRendererOptions type?
BundleRendererOptions is a type/interface in the vue codebase, defined in packages/server-renderer/types/index.d.ts.
Where is BundleRendererOptions defined?
BundleRendererOptions is defined in packages/server-renderer/types/index.d.ts at line 42.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free