Home / Type/ ScriptHTMLAttributes Type — astro Architecture

ScriptHTMLAttributes Type — astro Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/language-tools/language-server/types/astro-jsx.d.ts lines 921–931

	interface ScriptHTMLAttributes extends HTMLAttributes {
		async?: boolean | string | undefined | null;
		charset?: string | undefined | null;
		crossorigin?: string | undefined | null;
		defer?: boolean | string | undefined | null;
		integrity?: string | undefined | null;
		nomodule?: boolean | string | undefined | null;
		nonce?: string | undefined | null;
		src?: string | undefined | null;
		type?: string | undefined | null;
	}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free