The RecommendationList controller retrieves information about the current recommendations by the search API, if there are any.

Example: recommendation-list.fn.tsx

interface RecommendationList {
    state: RecommendationListState;
    refresh(): void;
    subscribe(listener: () => void): Unsubscribe;
}

Hierarchy (View Summary)

Methods

Properties

Methods

Properties

The state relevant to the RecommendationList controller.