MeterHTMLAttributes Type — astro Architecture
Architecture documentation for the MeterHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 4eb4edcf_69f5_7c3f_c122_486ab331ed36["MeterHTMLAttributes"] a6b1e08e_2697_036f_1969_86462fc5f61d["astro-jsx.d.ts"] 4eb4edcf_69f5_7c3f_c122_486ab331ed36 -->|defined in| a6b1e08e_2697_036f_1969_86462fc5f61d style 4eb4edcf_69f5_7c3f_c122_486ab331ed36 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/language-tools/language-server/types/astro-jsx.d.ts lines 857–865
interface MeterHTMLAttributes extends HTMLAttributes {
form?: string | undefined | null;
high?: number | string | undefined | null;
low?: number | string | undefined | null;
max?: number | string | undefined | null;
min?: number | string | undefined | null;
optimum?: number | string | undefined | null;
value?: string | string[] | number | undefined | null;
}
Source
Frequently Asked Questions
What is the MeterHTMLAttributes type?
MeterHTMLAttributes is a type/interface in the astro codebase, defined in packages/language-tools/language-server/types/astro-jsx.d.ts.
Where is MeterHTMLAttributes defined?
MeterHTMLAttributes is defined in packages/language-tools/language-server/types/astro-jsx.d.ts at line 857.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free