Home / Type/ HTMLProgressAttributes Type — svelte Architecture

HTMLProgressAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1322–1325

export interface HTMLProgressAttributes extends HTMLAttributes<HTMLProgressElement> {
	max?: number | string | undefined | null;
	value?: string | string[] | number | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free