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 full)

Methods

Properties

The state for the Quickview controller.