Skip to content

StoresynkCollectionProps

Defined in: @storesynk/react/dist/components/StoresynkCollection.d.ts:9

The host for a prepared render (renderCollection() in your loader) - the filterable, server-driven listing. When the server filled the view, the host is marked ss-adopt so the client engine adopts the state (grid, facets, chips, count) instead of refetching; otherwise the untouched region renders and the engine drives it client-side.

optional className?: string

Defined in: @storesynk/react/dist/components/StoresynkCollection.d.ts:13


prepared: PreparedCollection | null | undefined

Defined in: @storesynk/react/dist/components/StoresynkCollection.d.ts:12

Server-prepared render, from renderCollection() in your loader. Null-safe (renders nothing) so a failed loader degrades cleanly.