Home / Type/ ExtractedProps Type — astro Architecture

ExtractedProps Type — astro Architecture

Architecture documentation for the ExtractedProps type/interface in hydration.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  e42d36e0_11cb_97fc_3794_eada3147fe56["ExtractedProps"]
  5c9b16ff_599b_b1b0_fd4a_a24ff528fd5b["hydration.ts"]
  e42d36e0_11cb_97fc_3794_eada3147fe56 -->|defined in| 5c9b16ff_599b_b1b0_fd4a_a24ff528fd5b
  style e42d36e0_11cb_97fc_3794_eada3147fe56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/runtime/server/hydration.ts lines 20–25

interface ExtractedProps {
	isPage: boolean;
	hydration: HydrationMetadata | null;
	props: Props;
	propsWithoutTransitionAttributes: Props;
}

Frequently Asked Questions

What is the ExtractedProps type?
ExtractedProps is a type/interface in the astro codebase, defined in packages/astro/src/runtime/server/hydration.ts.
Where is ExtractedProps defined?
ExtractedProps is defined in packages/astro/src/runtime/server/hydration.ts at line 20.

Analyze Your Own Codebase

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

Try Supermodel Free