ComponentConfig Type — ui Architecture
Architecture documentation for the ComponentConfig type/interface in component-registry.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD a2371a78_e0a9_4ffa_db78_7247f396d9d9["ComponentConfig"] 1c2403dc_4584_9f39_4e98_855a7de18bd1["component-registry.ts"] a2371a78_e0a9_4ffa_db78_7247f396d9d9 -->|defined in| 1c2403dc_4584_9f39_4e98_855a7de18bd1 style a2371a78_e0a9_4ffa_db78_7247f396d9d9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/app/(internal)/sink/component-registry.ts lines 62–69
type ComponentConfig = {
name: string
component: React.ComponentType
className?: string
type: "registry:ui" | "registry:page" | "registry:block"
href: string
label?: string
}
Source
Frequently Asked Questions
What is the ComponentConfig type?
ComponentConfig is a type/interface in the ui codebase, defined in apps/v4/app/(internal)/sink/component-registry.ts.
Where is ComponentConfig defined?
ComponentConfig is defined in apps/v4/app/(internal)/sink/component-registry.ts at line 62.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free