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)

Methods

Properties

The state for the Quickview controller.