SyncRenderOutput Type — svelte Architecture
Architecture documentation for the SyncRenderOutput type/interface in types.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 57010ca6_2af8_e78a_1f88_88b8bbcb415e["SyncRenderOutput"] 126d1e53_1684_ccd3_863f_e26adf6214ae["types.d.ts"] 57010ca6_2af8_e78a_1f88_88b8bbcb415e -->|defined in| 126d1e53_1684_ccd3_863f_e26adf6214ae style 57010ca6_2af8_e78a_1f88_88b8bbcb415e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/internal/server/types.d.ts lines 40–50
export interface SyncRenderOutput {
/** HTML that goes into the `<head>` */
head: string;
/** @deprecated use `body` instead */
html: string;
/** HTML that goes somewhere into the `<body>` */
body: string;
hashes: {
script: Sha256Source[];
};
}
Source
Frequently Asked Questions
What is the SyncRenderOutput type?
SyncRenderOutput is a type/interface in the svelte codebase, defined in packages/svelte/src/internal/server/types.d.ts.
Where is SyncRenderOutput defined?
SyncRenderOutput is defined in packages/svelte/src/internal/server/types.d.ts at line 40.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free