The ProductView controller provides an interface for triggering an analytics event for a product view.

interface ProductView {
    view(product: Product): void;
}

Hierarchy (View Summary)

Methods

Methods