Global Models
The following object model is available as a global variable Hawksearch
:
interface HawksearchGlobal {
config: HawksearchConfig;
handlebars: typeof Handlebars;
searchRequest?: SearchRequest;
searchResponse?: SearchResponse;
service?: SearchService;
}
For more information, see Installation.
Types
type DisplayType = 'mobile' | 'tablet' | 'desktop';