Home / Type/ AstroScriptAttributes Type — astro Architecture

AstroScriptAttributes Type — astro Architecture

Architecture documentation for the AstroScriptAttributes type/interface in astro-jsx.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  93f92930_6ad1_ec03_b32f_276e4f620c57["AstroScriptAttributes"]
  a6b1e08e_2697_036f_1969_86462fc5f61d["astro-jsx.d.ts"]
  93f92930_6ad1_ec03_b32f_276e4f620c57 -->|defined in| a6b1e08e_2697_036f_1969_86462fc5f61d
  style 93f92930_6ad1_ec03_b32f_276e4f620c57 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/language-server/types/astro-jsx.d.ts lines 57–61

	interface AstroScriptAttributes extends AstroDefineVarsAttribute {
		/** @deprecated Hoist is now the default behavior */
		hoist?: boolean;
		'is:inline'?: boolean;
	}

Frequently Asked Questions

What is the AstroScriptAttributes type?
AstroScriptAttributes is a type/interface in the astro codebase, defined in packages/language-tools/language-server/types/astro-jsx.d.ts.
Where is AstroScriptAttributes defined?
AstroScriptAttributes is defined in packages/language-tools/language-server/types/astro-jsx.d.ts at line 57.

Analyze Your Own Codebase

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

Try Supermodel Free