Defines the structure for a mapping of selected materials.
What does it unlock?
Type alias representing selected item IDs. Used to track which entities are currently selected in the configurator UI.
Practical Application
Record type (key-value map) tracking currently selected IDs. Found in the configurator envelope.
Maps slot or type keys to selected material/product UUIDs.
AI Coding Best Practices
Access from configuratorDataUpdated envelope. Use to mark 'active/selected' state on material swatches in your UI.
Updates on every state change.
Defines the structure for a mapping of selected materials.
What does it unlock?
Type alias representing selected item IDs. Used to track which entities are currently selected in the configurator UI.
Practical Application
Record type (key-value map) tracking currently selected IDs. Found in the configurator envelope. Maps slot or type keys to selected material/product UUIDs.
AI Coding Best Practices
Access from configuratorDataUpdated envelope. Use to mark 'active/selected' state on material swatches in your UI. Updates on every state change.