Home / Type/ HTMLBaseAttributes Type — svelte Architecture

HTMLBaseAttributes Type — svelte Architecture

Architecture documentation for the HTMLBaseAttributes type/interface in elements.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  849e7b3a_ffa5_4121_12d9_a9ddfb71e4bd["HTMLBaseAttributes"]
  700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"]
  849e7b3a_ffa5_4121_12d9_a9ddfb71e4bd -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa
  style 849e7b3a_ffa5_4121_12d9_a9ddfb71e4bd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 891–894

export interface HTMLBaseAttributes extends HTMLAttributes<HTMLBaseElement> {
	href?: string | undefined | null;
	target?: string | undefined | null;
}

Frequently Asked Questions

What is the HTMLBaseAttributes type?
HTMLBaseAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLBaseAttributes defined?
HTMLBaseAttributes is defined in packages/svelte/elements.d.ts at line 891.

Analyze Your Own Codebase

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

Try Supermodel Free