Home / Type/ TableHTMLAttributes Type — astro Architecture

TableHTMLAttributes Type — astro Architecture

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

Entity Profile

Dependency Diagram

graph TD
  ad279cc7_22a8_615b_a5bd_436990f39f63["TableHTMLAttributes"]
  4a29ed65_6b46_5ffb_29b3_cfc6ebd202ed["astro-jsx.d.ts"]
  ad279cc7_22a8_615b_a5bd_436990f39f63 -->|defined in| 4a29ed65_6b46_5ffb_29b3_cfc6ebd202ed
  style ad279cc7_22a8_615b_a5bd_436990f39f63 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/language-tools/language-server/types/astro-jsx.d.ts lines 962–972

	interface TableHTMLAttributes extends HTMLAttributes {
		align?: 'left' | 'center' | 'right' | undefined | null;
		bgcolor?: string | undefined | null;
		border?: number | undefined | null;
		cellpadding?: number | string | undefined | null;
		cellspacing?: number | string | undefined | null;
		frame?: boolean | undefined | null;
		rules?: 'none' | 'groups' | 'rows' | 'columns' | 'all' | undefined | null;
		summary?: string | undefined | null;
		width?: number | string | undefined | null;
	}

Frequently Asked Questions

What is the TableHTMLAttributes type?
TableHTMLAttributes is a type/interface in the astro codebase, defined in packages/language-tools/language-server/types/astro-jsx.d.ts.
Where is TableHTMLAttributes defined?
TableHTMLAttributes is defined in packages/language-tools/language-server/types/astro-jsx.d.ts at line 962.

Analyze Your Own Codebase

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

Try Supermodel Free