HTMLTableAttributes Type — svelte Architecture
Architecture documentation for the HTMLTableAttributes type/interface in elements.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 9f9c5e85_4d80_efc4_586d_c8c80838ecf1["HTMLTableAttributes"] 700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"] 9f9c5e85_4d80_efc4_586d_c8c80838ecf1 -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa style 9f9c5e85_4d80_efc4_586d_c8c80838ecf1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/elements.d.ts lines 1379–1389
export interface HTMLTableAttributes extends HTMLAttributes<HTMLTableElement> {
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;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLTableAttributes type?
HTMLTableAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLTableAttributes defined?
HTMLTableAttributes is defined in packages/svelte/elements.d.ts at line 1379.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free