InputHTMLAttributes Type — astro Architecture
Architecture documentation for the InputHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD b4c08f9c_8914_51e9_5ffa_6b345ba08f61["InputHTMLAttributes"] d523c4d2_c1d1_7d83_faae_8b6b7c0c800a["astro-jsx.d.ts"] b4c08f9c_8914_51e9_5ffa_6b345ba08f61 -->|defined in| d523c4d2_c1d1_7d83_faae_8b6b7c0c800a style b4c08f9c_8914_51e9_5ffa_6b345ba08f61 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/astro-jsx.d.ts lines 818–854
interface InputHTMLAttributes extends HTMLAttributes {
accept?: string | undefined | null;
alt?: string | undefined | null;
autocomplete?: string | undefined | null;
autocorrect?: string | undefined | null;
capture?: boolean | string | undefined | null;
checked?: boolean | string | undefined | null;
crossorigin?: string | undefined | null;
dirname?: string | undefined | null;
disabled?: boolean | string | undefined | null;
form?: string | undefined | null;
formaction?: string | undefined | null;
formenctype?: string | undefined | null;
formmethod?: string | undefined | null;
formnovalidate?: boolean | string | undefined | null;
formtarget?: string | undefined | null;
height?: number | string | undefined | null;
list?: string | undefined | null;
max?: number | string | undefined | null;
maxlength?: number | string | undefined | null;
min?: number | string | undefined | null;
minlength?: number | string | undefined | null;
multiple?: boolean | string | undefined | null;
name?: string | undefined | null;
pattern?: string | undefined | null;
placeholder?: string | undefined | null;
readonly?: boolean | string | undefined | null;
required?: boolean | string | undefined | null;
size?: number | string | undefined | null;
src?: string | undefined | null;
step?: number | string | undefined | null;
type?: HTMLInputTypeAttribute | undefined | null;
value?: string | string[] | number | undefined | null;
width?: number | string | undefined | null;
popovertarget?: string | undefined | null;
popovertargetaction?: 'hide' | 'show' | 'toggle' | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the InputHTMLAttributes type?
InputHTMLAttributes is a type/interface in the astro codebase, defined in packages/astro/astro-jsx.d.ts.
Where is InputHTMLAttributes defined?
InputHTMLAttributes is defined in packages/astro/astro-jsx.d.ts at line 818.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free