UNPKG

@yext/search-core

Version:

Typescript Networking Library for the Yext Search API

24 lines 720 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QuerySource = void 0; /** * The source of the search request. * * @public */ 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 = exports.QuerySource || (exports.QuerySource = {})); //# sourceMappingURL=QuerySource.js.map