@coveo/headless
    Preparing search index...

    Interface ProductView

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

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

    Hierarchy (View Summary)

    Index

    Methods

    Methods