ButtonHTMLAttributes Type — astro Architecture
Architecture documentation for the ButtonHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 17b3e9af_8de8_637c_fbba_e5cbd2a3b706["ButtonHTMLAttributes"] d523c4d2_c1d1_7d83_faae_8b6b7c0c800a["astro-jsx.d.ts"] 17b3e9af_8de8_637c_fbba_e5cbd2a3b706 -->|defined in| d523c4d2_c1d1_7d83_faae_8b6b7c0c800a style 17b3e9af_8de8_637c_fbba_e5cbd2a3b706 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/astro-jsx.d.ts lines 661–686
interface ButtonHTMLAttributes extends HTMLAttributes {
autocomplete?: 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;
name?: string | undefined | null;
type?: 'submit' | 'reset' | 'button' | undefined | null;
value?: string | string[] | number | undefined | null;
popovertarget?: string | undefined | null;
popovertargetaction?: 'hide' | 'show' | 'toggle' | undefined | null;
command?:
| 'show-modal'
| 'close'
| 'request-close'
| 'show-popover'
| 'hide-popover'
| 'toggle-popover'
| (string & {})
| undefined
| null;
commandfor?: string | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the ButtonHTMLAttributes type?
ButtonHTMLAttributes is a type/interface in the astro codebase, defined in packages/astro/astro-jsx.d.ts.
Where is ButtonHTMLAttributes defined?
ButtonHTMLAttributes is defined in packages/astro/astro-jsx.d.ts at line 661.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free