StoresynkCollectionProps
Defined in: @storesynk/react/dist/components/StoresynkCollection.d.ts:9
The 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.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName?:string
Defined in: @storesynk/react/dist/components/StoresynkCollection.d.ts:13
prepared
Section titled “prepared”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.