Represents object typename for the configurator.
Indicates if the cta in ecom configurator is enabled or not.
A list of available environments.
Unique identifier for the configurator.
Indicates if the configurator is active.
The name of the configurator.
Label for the product collection.
A list of products for the configurator.
Represents the universal configurator with its basic properties and components.
What does it unlock?
Full configurator definition containing all available products, environments, and metadata. This is the catalog of everything the configurator supports.
Practical Application
Accessed via
ConfiguratorEnvelope.configuratorfrom theconfiguratorDataUpdatedevent. Useproductsto build product selectors,environmentsto build scene pickers, andctaEnabledto conditionally show call-to-action buttons.AI Coding Best Practices
Parse once on first
configuratorDataUpdatedto build menus. The configurator definition rarely changes — only current selections change between updates. Useproductsarray for product listing, each product'sslotsfor material options, andenvironmentsfor scene switching.