"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID = exports.SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER = void 0; Object.defineProperty(exports, "SEARCH_EMBEDDABLE_TYPE", { enumerable: true, get: function () { return _discoverUtils.SEARCH_EMBEDDABLE_TYPE; } }); var _discoverUtils = require("@kbn/discover-utils"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID = 'SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID'; exports.SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID = SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID; const SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER = { id: SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER_ID, title: 'Discover saved searches embeddable cell actions', description: 'This trigger is used to replace the cell actions for Discover saved search embeddable grid.' }; exports.SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER = SEARCH_EMBEDDABLE_CELL_ACTIONS_TRIGGER;