HTMLAreaAttributes Type — svelte Architecture
Architecture documentation for the HTMLAreaAttributes type/interface in elements.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 8b992b3f_094f_cbe9_d3b0_d82bf1d4ee06["HTMLAreaAttributes"] 78b4efff_772a_438a_697d_032d1b600036["elements.d.ts"] 8b992b3f_094f_cbe9_d3b0_d82bf1d4ee06 -->|defined in| 78b4efff_772a_438a_697d_032d1b600036 style 8b992b3f_094f_cbe9_d3b0_d82bf1d4ee06 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/elements.d.ts lines 877–889
export interface HTMLAreaAttributes extends HTMLAttributes<HTMLAreaElement> {
alt?: string | undefined | null;
coords?: string | undefined | null;
download?: any;
href?: string | undefined | null;
hreflang?: string | undefined | null;
media?: string | undefined | null;
referrerpolicy?: ReferrerPolicy | undefined | null;
rel?: string | undefined | null;
shape?: 'circle' | 'default' | 'poly' | 'rect' | undefined | null;
target?: string | undefined | null;
ping?: string | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLAreaAttributes type?
HTMLAreaAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLAreaAttributes defined?
HTMLAreaAttributes is defined in packages/svelte/elements.d.ts at line 877.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free