ImageLayout Type — astro Architecture
Architecture documentation for the ImageLayout type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8230b8a0_9712_73a0_ac8b_a58eb014b36c["ImageLayout"] c374185c_4979_ea06_acf7_0a115d51efb1["types.ts"] 8230b8a0_9712_73a0_ac8b_a58eb014b36c -->|defined in| c374185c_4979_ea06_acf7_0a115d51efb1 style 8230b8a0_9712_73a0_ac8b_a58eb014b36c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/assets/types.ts lines 9–9
export type ImageLayout = 'constrained' | 'fixed' | 'full-width' | 'none';
Defined In
Source
Frequently Asked Questions
What is the ImageLayout type?
ImageLayout is a type/interface in the astro codebase, defined in packages/astro/src/assets/types.ts.
Where is ImageLayout defined?
ImageLayout is defined in packages/astro/src/assets/types.ts at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free