Skip to main content

Type Alias: ShowAR()

ShowAR = () => void

Function

Opens the Augmented Reality (AR) viewing interface.

This method initiates the AR experience for the current product configuration. On desktop devices, it displays a modal with a QR code that mobile users can scan to view the product in AR. On mobile devices, it directly launches the AR viewer.

AR viewing allows customers to visualize products in their actual physical space, providing a powerful tool for evaluating size, fit, and appearance in context.

Returns

void

Example

// Add a custom AR button to your interface
document.getElementById('custom-ar-btn').addEventListener('click', () => {
window.mimeeqApp.actions.showAR();
});

Emits

mimeeq-internal-show-ar When the AR interface is opened