"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SecurityCellActionsTrigger = exports.SecurityCellActionType = 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. */ let SecurityCellActionsTrigger; exports.SecurityCellActionsTrigger = SecurityCellActionsTrigger; (function (SecurityCellActionsTrigger) { SecurityCellActionsTrigger["DEFAULT"] = "security-default-cellActions"; SecurityCellActionsTrigger["DETAILS_FLYOUT"] = "security-detailsFlyout-cellActions"; SecurityCellActionsTrigger["ALERTS_COUNT"] = "security-alertsCount-cellActions"; })(SecurityCellActionsTrigger || (exports.SecurityCellActionsTrigger = SecurityCellActionsTrigger = {})); let SecurityCellActionType; exports.SecurityCellActionType = SecurityCellActionType; (function (SecurityCellActionType) { SecurityCellActionType["FILTER"] = "security-cellAction-type-filter"; SecurityCellActionType["COPY"] = "security-cellAction-type-copyToClipboard"; SecurityCellActionType["ADD_TO_TIMELINE"] = "security-cellAction-type-addToTimeline"; SecurityCellActionType["INVESTIGATE_IN_NEW_TIMELINE"] = "security-cellAction-type-investigateInNewTimeline"; SecurityCellActionType["SHOW_TOP_N"] = "security-cellAction-type-showTopN"; SecurityCellActionType["TOGGLE_COLUMN"] = "security-cellAction-type-toggleColumn"; })(SecurityCellActionType || (exports.SecurityCellActionType = SecurityCellActionType = {}));