Home / Type/ HTMLScriptAttributes Type — svelte Architecture

HTMLScriptAttributes Type — svelte Architecture

Architecture documentation for the HTMLScriptAttributes type/interface in elements.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  9c60132f_f640_e9bf_f7c9_9170054a0a1b["HTMLScriptAttributes"]
  700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"]
  9c60132f_f640_e9bf_f7c9_9170054a0a1b -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa
  style 9c60132f_f640_e9bf_f7c9_9170054a0a1b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1331–1344

export interface HTMLScriptAttributes extends HTMLAttributes<HTMLScriptElement> {
	async?: boolean | undefined | null;
	/** @deprecated */
	charset?: string | undefined | null;
	crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null;
	defer?: boolean | undefined | null;
	fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
	integrity?: string | undefined | null;
	nomodule?: boolean | undefined | null;
	nonce?: string | undefined | null;
	referrerpolicy?: ReferrerPolicy | undefined | null;
	src?: string | undefined | null;
	type?: string | undefined | null;
}

Frequently Asked Questions

What is the HTMLScriptAttributes type?
HTMLScriptAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLScriptAttributes defined?
HTMLScriptAttributes is defined in packages/svelte/elements.d.ts at line 1331.

Analyze Your Own Codebase

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

Try Supermodel Free