Interface: UseProductSliderOptions
Defined in: composables/react/useProductSlider.ts:44
Options for useProductSlider.
Properties
companyId?
optionalcompanyId?:number
Defined in: composables/react/useProductSlider.ts:54
Active company id for company-scoped pricing.
configuration?
optionalconfiguration?:object
Defined in: composables/react/useProductSlider.ts:56
Portal configuration: image search/variant filters.
anonymousUserId?
optionalanonymousUserId?:number
The channel's anonymous user, seeded by the host. Scopes logged-out listings exactly like the SSR seed does.
imageSearchFiltersGrid?
optionalimageSearchFiltersGrid?:MediaImageProductSearchInput
imageVariantFiltersMedium?
optionalimageVariantFiltersMedium?:TransformationsInput
graphqlClient
graphqlClient:
GraphQLClient
Defined in: composables/react/useProductSlider.ts:46
GraphQL client the hook derives its Services bundle from.
language?
optionallanguage?:string
Defined in: composables/react/useProductSlider.ts:48
Language for product/crossupsell queries. Defaults to 'NL'.
taxZone?
optionaltaxZone?:string
Defined in: composables/react/useProductSlider.ts:50
Tax zone for price calculation. Defaults to 'NL'.
user?
optionaluser?:Contact|Customer|null
Defined in: composables/react/useProductSlider.ts:52
The signed-in user; supplies contactId/customerId for per-user pricing.