@coveo/headless
    Preparing search index...

    Interface RecentResultsList

    The RecentResultsList controller manages a user's recently clicked results.

    Example: recent-results.fn.tsx

    interface RecentResultsList {
        state: RecentResultsState;
        clear(): void;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state of the RecentResultsList controller.