HTMLAnchorAttributes Type — svelte Architecture
Architecture documentation for the HTMLAnchorAttributes type/interface in elements.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 36e1f555_fd6f_6d6e_e92a_d5a9146bc4d1["HTMLAnchorAttributes"] 700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"] 36e1f555_fd6f_6d6e_e92a_d5a9146bc4d1 -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa style 36e1f555_fd6f_6d6e_e92a_d5a9146bc4d1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/elements.d.ts lines 863–873
export interface HTMLAnchorAttributes extends HTMLAttributes<HTMLAnchorElement> {
download?: any;
href?: string | undefined | null;
hreflang?: string | undefined | null;
media?: string | undefined | null;
ping?: string | undefined | null;
rel?: string | undefined | null;
target?: HTMLAttributeAnchorTarget | undefined | null;
type?: string | undefined | null;
referrerpolicy?: ReferrerPolicy | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLAnchorAttributes type?
HTMLAnchorAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLAnchorAttributes defined?
HTMLAnchorAttributes is defined in packages/svelte/elements.d.ts at line 863.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free