Home / Type/ SFCCustomBlock Type — vue Architecture

SFCCustomBlock Type — vue Architecture

Architecture documentation for the SFCCustomBlock type/interface in parseComponent.ts from the vue codebase.

Entity Profile

Source Code

packages/compiler-sfc/src/parseComponent.ts lines 14–22

export interface SFCCustomBlock {
  type: string
  content: string
  attrs: { [key: string]: string | true }
  start: number
  end: number
  src?: string
  map?: RawSourceMap
}

Analyze Your Own Codebase

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

Try Supermodel Free