RenderOptions Type — astro Architecture
Architecture documentation for the RenderOptions type/interface in endpoint.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 765c08e2_6436_6972_7e47_f528c73f152f["RenderOptions"] ad77b5d8_542d_7468_ccfe_e08d4c67cd90["endpoint.ts"] 765c08e2_6436_6972_7e47_f528c73f152f -->|defined in| ad77b5d8_542d_7468_ccfe_e08d4c67cd90 style 765c08e2_6436_6972_7e47_f528c73f152f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/server-islands/endpoint.ts lines 45–49
type RenderOptions = {
encryptedComponentExport: string;
encryptedProps: string;
encryptedSlots: string;
};
Source
Frequently Asked Questions
What is the RenderOptions type?
RenderOptions is a type/interface in the astro codebase, defined in packages/astro/src/core/server-islands/endpoint.ts.
Where is RenderOptions defined?
RenderOptions is defined in packages/astro/src/core/server-islands/endpoint.ts at line 45.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free