Enumeration: VariantType
Defines the fundamental architectural approaches for product configuration.
This enum specifies the different structural paradigms available for configurable products, determining how components relate to each other and how the configuration process works. The variant type fundamentally shapes the product's architecture, capabilities, and user experience.
The choice of variant type has significant implications for product complexity, manufacturing processes, and the level of customization possible.
Enumeration Members
HYBRID
HYBRID:
"HYBRID"
Complex product that automatically incorporates compatible components.
HYBRID products combine the aspects of standard products with automatic component integration. They feature snap points that automatically connect compatible components based on predefined rules, creating an integrated assembly without requiring manual component placement.
When options are selected, the system automatically adds, removes, or replaces compatible components throughout the product structure based on defined rules and relationships. This process happens recursively, with components potentially adding their own sub-components.
This product type is ideal for:
- Complex assemblies with interdependent parts
- Products where component choices trigger other component requirements
- Configurations with sophisticated rule-based relationships
- Products that need to maintain structural integrity without user intervention
STANDARD
STANDARD:
"STANDARD"
Traditional standalone product with configurable options.
STANDARD products have a fixed structure with customizable attributes (like colors, materials, or features). The basic product topology remains constant regardless of configuration choices - only specific attributes change.
This product type is ideal for:
- Single items with configurable features or finishes
- Products with a fixed structure but variable options
- Cases where the base product always remains the same
Standard products can be used independently or as components within more complex HYBRID products or modular systems.