Home / Type/ SvelteDocumentAttributes Type — svelte Architecture

SvelteDocumentAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1466–1471

export interface SvelteDocumentAttributes extends HTMLAttributes<Document> {
	readonly 'bind:activeElement'?: Document['activeElement'] | undefined | null;
	readonly 'bind:fullscreenElement'?: Document['fullscreenElement'] | undefined | null;
	readonly 'bind:pointerLockElement'?: Document['pointerLockElement'] | undefined | null;
	readonly 'bind:visibilityState'?: Document['visibilityState'] | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free