RefreshContentOptions Type — astro Architecture
Architecture documentation for the RefreshContentOptions type/interface in content.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 6e80e66e_77e7_0fdc_9fe0_a51fcccbce74["RefreshContentOptions"] 7547ecbb_58ef_bc2d_b119_f58ad78d86f6["content.ts"] 6e80e66e_77e7_0fdc_9fe0_a51fcccbce74 -->|defined in| 7547ecbb_58ef_bc2d_b119_f58ad78d86f6 style 6e80e66e_77e7_0fdc_9fe0_a51fcccbce74 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/content.ts lines 131–134
export interface RefreshContentOptions {
loaders?: Array<string>;
context?: Record<string, any>;
}
Defined In
Source
Frequently Asked Questions
What is the RefreshContentOptions type?
RefreshContentOptions is a type/interface in the astro codebase, defined in packages/astro/src/types/public/content.ts.
Where is RefreshContentOptions defined?
RefreshContentOptions is defined in packages/astro/src/types/public/content.ts at line 131.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free