"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EMBEDDABLE_TO_DASHBOARD_DRILLDOWN = void 0; /* * 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; you may not use this file except in compliance with the Elastic License * 2.0. */ /** * NOTE: DO NOT CHANGE THIS STRING WITHOUT CAREFUL CONSIDERATOIN, BECAUSE IT IS * STORED IN SAVED OBJECTS. * * Also temporary dashboard drilldown migration code inside embeddable plugin relies on it * x-pack/plugins/embeddable_enhanced/public/embeddables/embeddable_action_storage.ts */ const EMBEDDABLE_TO_DASHBOARD_DRILLDOWN = 'DASHBOARD_TO_DASHBOARD_DRILLDOWN'; exports.EMBEDDABLE_TO_DASHBOARD_DRILLDOWN = EMBEDDABLE_TO_DASHBOARD_DRILLDOWN;