Home / Type/ LinkHTMLAttributes Type — astro Architecture

LinkHTMLAttributes Type — astro Architecture

Architecture documentation for the LinkHTMLAttributes type/interface in astro-jsx.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  2fa0d51d_b39b_4c05_ff40_c22486222714["LinkHTMLAttributes"]
  d523c4d2_c1d1_7d83_faae_8b6b7c0c800a["astro-jsx.d.ts"]
  2fa0d51d_b39b_4c05_ff40_c22486222714 -->|defined in| d523c4d2_c1d1_7d83_faae_8b6b7c0c800a
  style 2fa0d51d_b39b_4c05_ff40_c22486222714 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/astro-jsx.d.ts lines 874–891

	interface LinkHTMLAttributes extends HTMLAttributes {
		as?: string | undefined | null;
		blocking?: 'render' | undefined | null;
		crossorigin?: boolean | string | undefined | null;
		disabled?: boolean | undefined | null;
		fetchpriority?: 'auto' | 'high' | 'low' | undefined | null;
		href?: string | URL | undefined | null;
		hreflang?: string | undefined | null;
		integrity?: string | undefined | null;
		media?: string | undefined | null;
		imagesrcset?: string | undefined | null;
		imagesizes?: string | undefined | null;
		referrerpolicy?: HTMLAttributeReferrerPolicy | undefined | null;
		rel?: string | undefined | null;
		sizes?: string | undefined | null;
		type?: string | undefined | null;
		charset?: string | undefined | null;
	}

Frequently Asked Questions

What is the LinkHTMLAttributes type?
LinkHTMLAttributes is a type/interface in the astro codebase, defined in packages/astro/astro-jsx.d.ts.
Where is LinkHTMLAttributes defined?
LinkHTMLAttributes is defined in packages/astro/astro-jsx.d.ts at line 874.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free