SFCCustomBlock Type — vue Architecture
Architecture documentation for the SFCCustomBlock type/interface in parseComponent.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 044dffce_d87c_2468_0c93_72a773226930["SFCCustomBlock"] ecb7777f_63cc_7bf6_1f6a_fedf933d43a4["parseComponent.ts"] 044dffce_d87c_2468_0c93_72a773226930 -->|defined in| ecb7777f_63cc_7bf6_1f6a_fedf933d43a4 style 044dffce_d87c_2468_0c93_72a773226930 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
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
}
Defined In
Source
Frequently Asked Questions
What is the SFCCustomBlock type?
SFCCustomBlock is a type/interface in the vue codebase, defined in packages/compiler-sfc/src/parseComponent.ts.
Where is SFCCustomBlock defined?
SFCCustomBlock is defined in packages/compiler-sfc/src/parseComponent.ts at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free