Home / Type/ HTMLTdAttributes Type — svelte Architecture

HTMLTdAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1416–1426

export interface HTMLTdAttributes 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;
	height?: number | string | undefined | null;
	width?: number | string | undefined | null;
	valign?: 'top' | 'middle' | 'bottom' | 'baseline' | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free