Home / Type/ HTMLWebViewAttributes Type — svelte Architecture

HTMLWebViewAttributes Type — svelte Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/svelte/elements.d.ts lines 1835–1852

export interface HTMLWebViewAttributes extends HTMLAttributes<HTMLElement> {
	allowfullscreen?: boolean | undefined | null;
	allowpopups?: boolean | undefined | null;
	autosize?: boolean | undefined | null;
	blinkfeatures?: string | undefined | null;
	disableblinkfeatures?: string | undefined | null;
	disableguestresize?: boolean | undefined | null;
	disablewebsecurity?: boolean | undefined | null;
	guestinstance?: string | undefined | null;
	httpreferrer?: string | undefined | null;
	nodeintegration?: boolean | undefined | null;
	partition?: string | undefined | null;
	plugins?: boolean | undefined | null;
	preload?: string | undefined | null; // in the DOM it's only 'auto' | 'none' | 'metadata' | '', but electron allows arbitrary values
	src?: string | undefined | null;
	useragent?: string | undefined | null;
	webpreferences?: string | undefined | null;
}

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free