Type Alias: EnableReplace()
EnableReplace = () =>
Promise
<void
>
Function
Activates replace mode for the currently selected product.
This function enters a special interaction mode where the currently selected product can be replaced with another compatible product while maintaining all connections. It displays a list of compatible replacement products that can fit in the same space and connect to the same adjacent products.
Replace mode is useful for exploring different options in a design without disrupting the overall layout or connections.
Returns
Promise
<void
>
Example
// Enter replace mode when the replace button is clicked
document.getElementById('replace-btn').addEventListener('click', () => {
window.mimeeqApp.actions.enableReplace();
});
Emits
mimeeq-modular-set-replace This event is fired when Replace button was clicked