UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

21 lines 590 B
/** * The source of the search request. * * @public */ export var QuerySource; (function (QuerySource) { /** * Indicates that the query was initiated from a standard Search integration. */ QuerySource["Standard"] = "STANDARD"; /** * Indicates that the query was initiated from a Search Overlay. */ QuerySource["Overlay"] = "OVERLAY"; /** * Indicates that the query was initiated from visual autocomplete. */ QuerySource["Autocomplete"] = "AUTOCOMPLETE"; })(QuerySource || (QuerySource = {})); //# sourceMappingURL=QuerySource.js.map