ComponentInstance Type — astro Architecture
Architecture documentation for the ComponentInstance type/interface in astro.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD a321684b_2485_7a3e_8db8_25f3a1ee09ed["ComponentInstance"] 77e674d0_7ed2_12ca_5a29_41ceac44bdcd["astro.ts"] a321684b_2485_7a3e_8db8_25f3a1ee09ed -->|defined in| 77e674d0_7ed2_12ca_5a29_41ceac44bdcd style a321684b_2485_7a3e_8db8_25f3a1ee09ed fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/astro.ts lines 85–91
export interface ComponentInstance {
default: AstroComponentFactory;
css?: string[];
partial?: boolean;
prerender?: boolean;
getStaticPaths?: GetStaticPaths;
}
Defined In
Source
Frequently Asked Questions
What is the ComponentInstance type?
ComponentInstance is a type/interface in the astro codebase, defined in packages/astro/src/types/astro.ts.
Where is ComponentInstance defined?
ComponentInstance is defined in packages/astro/src/types/astro.ts at line 85.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free