Hierarchy

  • HawkSearchGlobal

Properties

handlebars: typeof Handlebars
init: ((config) => void)

Type declaration

recommendationsResponses?: {
    [widgetId: string]: RecommendationsResponse;
}

Type declaration

searchRequest?: SearchRequest
searchResponse?: SearchResponse
services: {
    autocomplete: AutocompleteService;
    conversational: ConversationalService;
    recommendations: RecommendationsService;
    search: SearchService;
    tracking: TrackingService;
}

Type declaration