Home / Type/ RendererOptions Type — vue Architecture

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
  1b8efa01_4ed6_5f4c_fdc3_5df52e8cfe63["RendererOptions"]
  bf8a8106_2b1c_e79a_d21b_a9a17ab3ef5f["index.d.ts"]
  1b8efa01_4ed6_5f4c_fdc3_5df52e8cfe63 -->|defined in| bf8a8106_2b1c_e79a_d21b_a9a17ab3ef5f
  style 1b8efa01_4ed6_5f4c_fdc3_5df52e8cfe63 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
  }
}

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