Function: useClusterConfigurator()
useClusterConfigurator(
options):UseClusterConfiguratorReturn
Defined in: composables/react/useClusterConfigurator.ts:80
useClusterConfigurator — cascading attribute selection state machine.
Drives a cluster variant picker: each setting's available values are filtered
by the selections made on higher-priority settings, and once every setting has
a value the matching product is surfaced via onConfigurationChange.
Parameters
options
see UseClusterConfiguratorOptions.
Returns
selection state plus selection actions — see UseClusterConfiguratorReturn.