Home / Type/ PropagatedAssetsModule Type — astro Architecture

PropagatedAssetsModule Type — astro Architecture

Architecture documentation for the PropagatedAssetsModule type/interface in TreeNode.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  4fe22831_42fa_cfd4_39fe_5138a50acbe0["PropagatedAssetsModule"]
  a73f1f20_3c4c_06b9_4480_f1f15d6d68ab["TreeNode.ts"]
  4fe22831_42fa_cfd4_39fe_5138a50acbe0 -->|defined in| a73f1f20_3c4c_06b9_4480_f1f15d6d68ab
  style 4fe22831_42fa_cfd4_39fe_5138a50acbe0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/markdoc/components/TreeNode.ts lines 168–174

type PropagatedAssetsModule = {
	__astroPropagation: true;
	getMod: () => Promise<AstroInstance>;
	collectedStyles: string[];
	collectedLinks: string[];
	collectedScripts: string[];
};

Frequently Asked Questions

What is the PropagatedAssetsModule type?
PropagatedAssetsModule is a type/interface in the astro codebase, defined in packages/integrations/markdoc/components/TreeNode.ts.
Where is PropagatedAssetsModule defined?
PropagatedAssetsModule is defined in packages/integrations/markdoc/components/TreeNode.ts at line 168.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free