Home / Type/ AstroComponentDirectives Type — astro Architecture

AstroComponentDirectives Type — astro Architecture

Architecture documentation for the AstroComponentDirectives type/interface in elements.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  f6b832cd_0eb4_89f6_16c7_d1774fe22b1e["AstroComponentDirectives"]
  01bc6d5e_ddf1_e517_3966_48e1110a2a79["elements.ts"]
  f6b832cd_0eb4_89f6_16c7_d1774fe22b1e -->|defined in| 01bc6d5e_ddf1_e517_3966_48e1110a2a79
  style f6b832cd_0eb4_89f6_16c7_d1774fe22b1e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/elements.ts lines 3–5

export interface AstroComponentDirectives extends Astro.ClientDirectives {
	'server:defer'?: boolean;
}

Frequently Asked Questions

What is the AstroComponentDirectives type?
AstroComponentDirectives is a type/interface in the astro codebase, defined in packages/astro/src/types/public/elements.ts.
Where is AstroComponentDirectives defined?
AstroComponentDirectives is defined in packages/astro/src/types/public/elements.ts at line 3.

Analyze Your Own Codebase

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

Try Supermodel Free