HTMLLinkAttributes Type — svelte Architecture
Architecture documentation for the HTMLLinkAttributes type/interface in elements.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD a47348f2_e930_da32_b7be_d870952d307c["HTMLLinkAttributes"] 700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"] a47348f2_e930_da32_b7be_d870952d307c -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa style a47348f2_e930_da32_b7be_d870952d307c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/elements.d.ts lines 1153–1194
export interface HTMLLinkAttributes extends HTMLAttributes<HTMLLinkElement> {
as?:
| 'fetch'
| 'audio'
| 'audioworklet'
| 'document'
| 'embed'
| 'font'
| 'frame'
| 'iframe'
| 'image'
| 'json'
| 'manifest'
| 'object'
| 'paintworklet'
| 'report'
| 'script'
| 'serviceworker'
| 'sharedworker'
| 'style'
| 'track'
| 'video'
| 'webidentity'
| 'worker'
| 'xslt'
| ''
| undefined
| null;
crossorigin?: 'anonymous' | 'use-credentials' | '' | undefined | null;
href?: string | undefined | null;
hreflang?: string | undefined | null;
integrity?: string | undefined | null;
media?: string | undefined | null;
imagesrcset?: string | undefined | null;
imagesizes?: string | undefined | null;
referrerpolicy?: ReferrerPolicy | undefined | null;
rel?: string | undefined | null;
sizes?: string | undefined | null;
type?: string | undefined | null;
charset?: string | undefined | null;
fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLLinkAttributes type?
HTMLLinkAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLLinkAttributes defined?
HTMLLinkAttributes is defined in packages/svelte/elements.d.ts at line 1153.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free