AstroClientDirectives Type — astro Architecture
Architecture documentation for the AstroClientDirectives type/interface in elements.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 87648ca4_f521_df15_098b_c854ec3cafb2["AstroClientDirectives"] 01bc6d5e_ddf1_e517_3966_48e1110a2a79["elements.ts"] 87648ca4_f521_df15_098b_c854ec3cafb2 -->|defined in| 01bc6d5e_ddf1_e517_3966_48e1110a2a79 style 87648ca4_f521_df15_098b_c854ec3cafb2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/elements.ts lines 7–13
export interface AstroClientDirectives {
'client:load'?: boolean;
'client:idle'?: IdleRequestOptions | boolean;
'client:media'?: string;
'client:visible'?: ClientVisibleOptions | boolean;
'client:only'?: boolean | string;
}
Defined In
Source
Frequently Asked Questions
What is the AstroClientDirectives type?
AstroClientDirectives is a type/interface in the astro codebase, defined in packages/astro/src/types/public/elements.ts.
Where is AstroClientDirectives defined?
AstroClientDirectives is defined in packages/astro/src/types/public/elements.ts at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free