TanStack

DehydrateDbClientOptions

ts
type DehydrateDbClientOptions = object;

Defined in: packages/db/src/client.ts:156

Properties

shouldDehydrateCollection()?

ts
optional shouldDehydrateCollection: (collection) => boolean;

Defined in: packages/db/src/client.ts:157

Parameters

collection

Collection

Returns

boolean


shouldDehydrateLiveQuery()?

ts
optional shouldDehydrateLiveQuery: (query) => boolean;

Defined in: packages/db/src/client.ts:158

Parameters

query

DbClientLiveQuery

Returns

boolean