The following object model is available as a global variable Hawksearch
:
Code Block | ||
---|---|---|
| ||
interface HawksearchGlobal {
config: HawksearchConfig;
handlebars: typeof Handlebars;
searchRequest?: SearchRequest;
searchResponse?: SearchResponse;
service?: SearchService;
} |
Info |
---|
For more information, see Installation. |
Types
Excerpt | |||||
---|---|---|---|---|---|
| |||||
|