"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TAB_SUMMARY = exports.TAB_STATS = exports.TAB_SETTINGS = exports.TAB_MAPPING = exports.TAB_EDIT_SETTINGS = 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. */ const TAB_SUMMARY = 'TAB_SUMMARY'; exports.TAB_SUMMARY = TAB_SUMMARY; const TAB_SETTINGS = 'TAB_SETTINGS'; exports.TAB_SETTINGS = TAB_SETTINGS; const TAB_MAPPING = 'TAB_MAPPING'; exports.TAB_MAPPING = TAB_MAPPING; const TAB_STATS = 'TAB_STATS'; exports.TAB_STATS = TAB_STATS; const TAB_EDIT_SETTINGS = 'TAB_EDIT_SETTINGS'; exports.TAB_EDIT_SETTINGS = TAB_EDIT_SETTINGS;