Home / Type/ HTMLAttributeAnchorTarget Type — svelte Architecture

HTMLAttributeAnchorTarget Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 861–861

export type HTMLAttributeAnchorTarget = '_self' | '_blank' | '_parent' | '_top' | (string & {});

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free