PropagatedAssetsModule Type — astro Architecture
Architecture documentation for the PropagatedAssetsModule type/interface in runtime.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 05133468_5a23_1d46_b9ad_a0afa508e549["PropagatedAssetsModule"] 73d13646_8e80_972f_3adc_f28448b64e4d["runtime.ts"] 05133468_5a23_1d46_b9ad_a0afa508e549 -->|defined in| 73d13646_8e80_972f_3adc_f28448b64e4d style 05133468_5a23_1d46_b9ad_a0afa508e549 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/runtime.ts lines 694–700
type PropagatedAssetsModule = {
__astroPropagation: true;
getMod: () => Promise<any>;
collectedStyles: string[];
collectedLinks: string[];
collectedScripts: string[];
};
Defined In
Source
Frequently Asked Questions
What is the PropagatedAssetsModule type?
PropagatedAssetsModule is a type/interface in the astro codebase, defined in packages/astro/src/content/runtime.ts.
Where is PropagatedAssetsModule defined?
PropagatedAssetsModule is defined in packages/astro/src/content/runtime.ts at line 694.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free