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

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