Docs
CodeRabbit
Cloudflare
Railway
WorkOS
AG Grid
Clerk
OpenRouter
SerpAPI
Netlify
Unkey
Electric
Prisma
Sentry
CodeRabbit
Cloudflare
Railway
WorkOS
AG Grid
Clerk
OpenRouter
SerpAPI
Netlify
Unkey
Electric
Prisma
Sentry

HydrationBoundaryProps

Interface: HydrationBoundaryProps

Defined in: preact-query/src/HydrationBoundary.tsx:12

Properties

children?

ts
optional children: ComponentChildren;
optional children: ComponentChildren;

Defined in: preact-query/src/HydrationBoundary.tsx:20


options?

ts
optional options: OmitKeyof<HydrateOptions, "defaultOptions"> & object;
optional options: OmitKeyof<HydrateOptions, "defaultOptions"> & object;

Defined in: preact-query/src/HydrationBoundary.tsx:14

Type Declaration

defaultOptions?
ts
optional defaultOptions: OmitKeyof<{
}, "mutations">;
optional defaultOptions: OmitKeyof<{
}, "mutations">;

queryClient?

ts
optional queryClient: QueryClient;
optional queryClient: QueryClient;

Defined in: preact-query/src/HydrationBoundary.tsx:21


state

ts
state: DehydratedState | null | undefined;
state: DehydratedState | null | undefined;

Defined in: preact-query/src/HydrationBoundary.tsx:13