UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

14 lines 693 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SearchPageLayout = exports.SearchPageResultActions = void 0; var SearchPageResultActions; (function (SearchPageResultActions) { SearchPageResultActions["copyToClipboard"] = "copyToClipboard"; SearchPageResultActions["quickview"] = "quickview"; })(SearchPageResultActions || (exports.SearchPageResultActions = SearchPageResultActions = {})); var SearchPageLayout; (function (SearchPageLayout) { SearchPageLayout["List"] = "list"; SearchPageLayout["Grid"] = "grid"; })(SearchPageLayout || (exports.SearchPageLayout = SearchPageLayout = {})); //# sourceMappingURL=NextGenSearchPages.model.js.map