"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LENS_TOGGLE_ACTION = exports.LENS_EDIT_SORT_ACTION = exports.LENS_EDIT_RESIZE_ACTION = exports.LENS_EDIT_PAGESIZE_ACTION = 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 LENS_EDIT_SORT_ACTION = 'sort'; exports.LENS_EDIT_SORT_ACTION = LENS_EDIT_SORT_ACTION; const LENS_EDIT_RESIZE_ACTION = 'resize'; exports.LENS_EDIT_RESIZE_ACTION = LENS_EDIT_RESIZE_ACTION; const LENS_TOGGLE_ACTION = 'toggle'; exports.LENS_TOGGLE_ACTION = LENS_TOGGLE_ACTION; const LENS_EDIT_PAGESIZE_ACTION = 'pagesize'; exports.LENS_EDIT_PAGESIZE_ACTION = LENS_EDIT_PAGESIZE_ACTION;