Home / Type/ SFCBlock Type — vue Architecture

SFCBlock Type — vue Architecture

Architecture documentation for the SFCBlock type/interface in index.d.ts from the vue codebase.

Entity Profile

Dependency Diagram

graph TD
  0fa6e3dd_49df_a45f_9689_5797b54e8624["SFCBlock"]
  d24a563e_3268_196c_05d7_d517e9d8aafa["index.d.ts"]
  0fa6e3dd_49df_a45f_9689_5797b54e8624 -->|defined in| d24a563e_3268_196c_05d7_d517e9d8aafa
  style 0fa6e3dd_49df_a45f_9689_5797b54e8624 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/template-compiler/types/index.d.ts lines 192–202

export interface SFCBlock {
  type: string
  content: string
  attrs: Record<string, string>
  start?: number
  end?: number
  lang?: string
  src?: string
  scoped?: boolean
  module?: string | boolean
}

Frequently Asked Questions

What is the SFCBlock type?
SFCBlock is a type/interface in the vue codebase, defined in packages/template-compiler/types/index.d.ts.
Where is SFCBlock defined?
SFCBlock is defined in packages/template-compiler/types/index.d.ts at line 192.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free