BlockViewerProps Type — ui Architecture
Architecture documentation for the BlockViewerProps type/interface in block-viewer.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5d605ca9_44b4_426d_83b1_4e95923e90e5["BlockViewerProps"] c3ac54aa_58a5_8188_b5f8_014a382dcef3["block-viewer.tsx"] 5d605ca9_44b4_426d_83b1_4e95923e90e5 -->|defined in| c3ac54aa_58a5_8188_b5f8_014a382dcef3 style 5d605ca9_44b4_426d_83b1_4e95923e90e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/components/block-viewer.tsx lines 138–144
type BlockViewerProps = Pick<
BlockViewerContext,
"item" | "tree" | "highlightedFiles"
> & {
children: React.ReactNode
styleName: Style["name"]
}
Defined In
Source
Frequently Asked Questions
What is the BlockViewerProps type?
BlockViewerProps is a type/interface in the ui codebase, defined in apps/v4/components/block-viewer.tsx.
Where is BlockViewerProps defined?
BlockViewerProps is defined in apps/v4/components/block-viewer.tsx at line 138.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free