Home / Type/ HTMLMeterAttributes Type — svelte Architecture

HTMLMeterAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1267–1275

export interface HTMLMeterAttributes extends HTMLAttributes<HTMLMeterElement> {
	form?: string | undefined | null;
	high?: number | undefined | null;
	low?: number | undefined | null;
	max?: number | string | undefined | null;
	min?: number | string | undefined | null;
	optimum?: number | undefined | null;
	value?: string | string[] | number | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free