Home / Class/ AstroClientDirectives Class — astro Architecture

AstroClientDirectives Class — astro Architecture

Architecture documentation for the AstroClientDirectives class in client-directives-types.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  8aa87fc1_e444_2a83_8a9f_c4e670c6e8d1["AstroClientDirectives"]
  f75c5325_d916_1bc1_0477_a4908d38f603["client-directives-types.d.ts"]
  8aa87fc1_e444_2a83_8a9f_c4e670c6e8d1 -->|defined in| f75c5325_d916_1bc1_0477_a4908d38f603

Relationship Graph

Source Code

packages/astro/e2e/fixtures/custom-client-directives/src/client-directives-types.d.ts lines 1–7

declare module 'astro' {
  interface AstroClientDirectives {
    'client:click'?: boolean
		'client:password'?: string
		'client:options'?: { message: string }
  }
}

Frequently Asked Questions

What is the AstroClientDirectives class?
AstroClientDirectives is a class in the astro codebase, defined in packages/astro/e2e/fixtures/custom-client-directives/src/client-directives-types.d.ts.
Where is AstroClientDirectives defined?
AstroClientDirectives is defined in packages/astro/e2e/fixtures/custom-client-directives/src/client-directives-types.d.ts at line 1.

Analyze Your Own Codebase

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

Try Supermodel Free