@coveo/headless
    Preparing search index...

    Interface Quickview

    The Quickview controller provides a way to fetch and display a preview of a result.

    interface Quickview {
        state: QuickviewState;
        fetchResultContent(): void;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    The state for the Quickview controller.