Skip to main content

Interface: UseClusterConfiguratorOptions

Defined in: composables/react/useClusterConfigurator.ts:45

Options for useClusterConfigurator.

Properties

config

config: ClusterConfig

Defined in: composables/react/useClusterConfigurator.ts:49

Cluster configuration describing the selectable attribute settings.


language?

optional language?: string

Defined in: composables/react/useClusterConfigurator.ts:51

Language used to resolve attribute display names. Defaults to 'NL'.


onConfigurationChange?

optional onConfigurationChange?: (product) => void

Defined in: composables/react/useClusterConfigurator.ts:53

Fires when a complete selection narrows to a single product variant.

Parameters

product

Product

Returns

void


products

products: Product[]

Defined in: composables/react/useClusterConfigurator.ts:47

All product variants in the cluster being configured.