Skip to main content

Type Alias: ToggleSlide()

ToggleSlide = () => Promise<void>

Function

Activates slide mode for the currently selected product.

This function toggles a special movement mode for products that support horizontal sliding. Not all products can slide, as this capability depends on product-specific settings and design. When activated on a compatible product, the user can drag the product horizontally to adjust its position within constraints.

Sliding is useful for fine-tuning the position of products like cabinet doors, sliding tabletops, or other components with movable parts.

Returns

Promise<void>

Example

// Toggle slide mode when the slide button is clicked
document.getElementById('slide-btn').addEventListener('click', () => {
window.mimeeqApp.actions.toggleSlide();
});

Emits

mimeeq-modular-set-slide This event is fired when Slide button was clicked