HTMLColAttributes Type — svelte Architecture
Architecture documentation for the HTMLColAttributes type/interface in elements.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 26ddbb02_93df_8d24_d1e2_eb4b4484dff9["HTMLColAttributes"] 700a5e5a_a1f3_b441_73c5_83af6017e3aa["elements.d.ts"] 26ddbb02_93df_8d24_d1e2_eb4b4484dff9 -->|defined in| 700a5e5a_a1f3_b441_73c5_83af6017e3aa style 26ddbb02_93df_8d24_d1e2_eb4b4484dff9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/elements.d.ts lines 936–939
export interface HTMLColAttributes extends HTMLAttributes<HTMLTableColElement> {
span?: number | undefined | null;
width?: number | string | undefined | null;
}
Defined In
Source
Frequently Asked Questions
What is the HTMLColAttributes type?
HTMLColAttributes is a type/interface in the svelte codebase, defined in packages/svelte/elements.d.ts.
Where is HTMLColAttributes defined?
HTMLColAttributes is defined in packages/svelte/elements.d.ts at line 936.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free