Enumeration: MetadataMode
Defines the fundamental configuration paradigms for products.
This enum specifies the different architectural approaches available for product configuration, determining how users interact with the product and what kind of customization is possible. Each mode represents a fundamentally different product structure and configuration experience.
The mode fundamentally shapes the product's capabilities, user experience, and underlying data structures.
Enumeration Members
COMPONENT
COMPONENT:
"COMPONENT"
Sub-product used within hybrid modular assemblies.
COMPONENT products are specialized elements designed to be used within hybrid modular products. These components are automatically incorporated into a parent product based on configuration rules rather than being manually placed by users.
Key characteristics:
- Used specifically in hybrid variant products
- Attached to parent products through snap points
- Added automatically based on configuration rules
- May have their own configuration options
- Cannot be used as standalone products
COMPONENT mode enables complex product systems where certain sub-components are automatically added, positioned, and configured based on the parent product's configuration.
MODULAR
MODULAR:
"MODULAR"
Multi-component product with spatial arrangement capabilities.
MODULAR products allow users to build complex assemblies by combining multiple separate products into a custom arrangement. Users can place, connect, and configure individual components in 3D space to create a complete solution.
Key characteristics:
- Components can be added, removed, and rearranged in the scene
- Products connect through snap points with defined compatibility rules
- Each component can have its own configuration options
- Supports complex spatial arrangements and multi-product systems
- Typically used for furniture systems, kitchen designs, or other customizable multi-component products
MODULAR mode provides the highest degree of customization freedom, allowing users to determine both the components used and their spatial relationships.
VARIANT
VARIANT:
"VARIANT"
Single product with configurable options.
VARIANT products are standalone items with customizable options (colors, materials, features, etc.). Users select from predefined options to customize various aspects of the product.
VARIANT products can be further classified into two types defined by the VariantType enum:
- STANDARD: Traditional products with a fixed structure
- HYBRID: Complex products that automatically incorporate compatible components
Key characteristics:
- One primary product with multiple configurable attributes
- Fixed structure with predefined customization points
- Options are typically organized into blocks (color, size, features, etc.)
- Can be used independently or as a component in MODULAR products
- Most common product mode for individual items
VARIANT mode is ideal for products with a fixed structure but variable attributes, such as individual furniture pieces, appliances, or accessories.