Skip to main content

Interface: SelectOptionEventPayload

Payload for the mimeeq-select-option event.

Dispatched when a user selects an option in the configurator's option panel. This is the primary event for tracking configuration changes in real time, useful for syncing external UIs or triggering analytics.

Properties

groupName

groupName: string

Display name of the option block (group) the selected option belongs to.


option

option: OptionSetOption

The option object that was selected, including its code, name, and visual properties.


productId

productId: string

Unique identifier of the product being configured.


variantCode

variantCode: string

Full variant code after the option change, in prefix=configurationCode format.