@3dsource/metabox-front-api
    Preparing search index...

    Type Alias SelectedIds

    SelectedIds: Record<string, Record<string, string>>

    Defines the structure for a mapping of selected materials.

    Type alias representing selected item IDs. Used to track which entities are currently selected in the configurator UI.

    Record type (key-value map) tracking currently selected IDs. Found in the configurator envelope. Maps slot or type keys to selected material/product UUIDs.

    Access from configuratorDataUpdated envelope. Use to mark 'active/selected' state on material swatches in your UI. Updates on every state change.