StoresynkStoreProps
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:14
The prepared (from renderStore() in your
loader) it renders the configured credentials and embeds the shop payload,
so the client runtime seeds shop state synchronously - money displayers
format on their very first update. Without prepared it runs client-only:
pass domain/token and the runtime fetches the shop itself.
Children are ordinary React content (the store wraps whole pages); only the
Properties
Section titled “Properties”children?
Section titled “children?”
optionalchildren?:any
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:29
className?
Section titled “className?”
optionalclassName?:string
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:28
Forwarded to the
country?
Section titled “country?”
optionalcountry?:string
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:20
domain?
Section titled “domain?”
optionaldomain?:string
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:18
Client-only fallback credentials/settings - used when prepared is absent.
language?
Section titled “language?”
optionallanguage?:string
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:21
loadRuntime?
Section titled “loadRuntime?”
optionalloadRuntime?:boolean
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:26
Render the elements-runtime loader (default true). Set false if you
place
persistLocale?
Section titled “persistLocale?”
optionalpersistLocale?:"localStorage"|"cookie"|"none"
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:22
prepared?
Section titled “prepared?”
optionalprepared?:PreparedStore|null
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:16
Server-prepared render, from renderStore() in your loader.
token?
Section titled “token?”
optionaltoken?:string
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:19
trackEvents?
Section titled “trackEvents?”
optionaltrackEvents?:boolean
Defined in: @storesynk/react/dist/components/StoresynkStore.d.ts:23