Represents a component type within the modular configurator.
What does it unlock?
Type definition for modular configurator components. Defines the schema and available options for component types.
Practical Application
Component type/category definitions — groups like 'wheel', 'frame', 'seat'. Each type has a collection
of available components. Use to build categorized selection menus (e.g., 'Choose Your Wheel' showing
only wheel-type options).
AI Coding Best Practices
Access from the configurator definition. Use type names as section headers in custom menus.
Filter components by type to populate category-specific selectors.
The type.id is what you pass as typeId to SetComponent.
Represents a component type within the modular configurator.
What does it unlock?
Type definition for modular configurator components. Defines the schema and available options for component types.
Practical Application
Component type/category definitions — groups like 'wheel', 'frame', 'seat'. Each type has a collection of available components. Use to build categorized selection menus (e.g., 'Choose Your Wheel' showing only wheel-type options).
AI Coding Best Practices
Access from the configurator definition. Use type names as section headers in custom menus. Filter components by type to populate category-specific selectors. The type.id is what you pass as typeId to SetComponent.