Represents a connector in the modular configurator.
What does it unlock?
Defines the connection structure between components. Represents the virtual connectors created
when loading products based on component tags.
Practical Application
Connector definitions for modular assembly — how components physically attach via virtual sockets
and connection tags. Critical for modular products (sectional sofas, modular shelving, multi-piece
systems) where parts snap at defined points.
AI Coding Best Practices
Access via virtualSocketToConnectorsMap on each component. These define which component slots accept
which other components based on matching connection tags. Use to validate proposed assemblies before
sending SetComponent commands in custom builder UIs.
Represents a connector in the modular configurator.
What does it unlock?
Defines the connection structure between components. Represents the virtual connectors created when loading products based on component tags.
Practical Application
Connector definitions for modular assembly — how components physically attach via virtual sockets and connection tags. Critical for modular products (sectional sofas, modular shelving, multi-piece systems) where parts snap at defined points.
AI Coding Best Practices
Access via virtualSocketToConnectorsMap on each component. These define which component slots accept which other components based on matching connection tags. Use to validate proposed assemblies before sending SetComponent commands in custom builder UIs.