@3dsource/metabox-modular-configurator-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 component/item IDs. Used to track which entities are currently selected.

    Record type (key-value map) tracking currently selected IDs. Found in componentMaterialsIds and environmentMaterialsIds of ModularConfiguratorEnvelope. Maps slot or type keys to selected material/component UUIDs.

    Access from configuratorDataUpdated envelope. Use componentMaterialsIds to mark 'active/selected' state on material swatches in your UI. Use componentsByComponentType to highlight which component is selected per category. Both update on every state change.