Interface: ModularElement
Represents a product element in a modular configuration, with complete details.
The ModularElement interface provides comprehensive information about a product that has been added to a modular scene, including its identity, configuration, pricing, and selected options. This is a data-rich representation used for displaying product details, calculating prices, and generating reports.
Unlike the ProductElement interface which focuses on scene placement and connections, ModularElement focuses on business data like pricing, options, and product information.
Properties
configurationCode
configurationCode:
string
Configuration code representing all selected options.
This code encapsulates all the option selections and customizations applied to this specific product instance. It's a serialized representation of the product's current configuration state.
The configuration code can be used to recreate this exact product configuration in the future or to look up pricing and availability.