Home / Type/ HTMLThAttributes Type — svelte Architecture

HTMLThAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1428–1435

export interface HTMLThAttributes extends HTMLAttributes<HTMLTableCellElement> {
	align?: 'left' | 'center' | 'right' | 'justify' | 'char' | undefined | null;
	colspan?: number | undefined | null;
	headers?: string | undefined | null;
	rowspan?: number | undefined | null;
	scope?: 'col' | 'colgroup' | 'row' | 'rowgroup' | undefined | null;
	abbr?: string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free