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