@finos/legend-application
Version:
Legend application core
43 lines • 3.1 kB
JavaScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export var APPLICATION_EVENT;
(function (APPLICATION_EVENT) {
// TODO: split this into specific events
APPLICATION_EVENT["GENERIC_FAILURE"] = "application.failure.generic";
APPLICATION_EVENT["APPLICATION_SETUP__FAILURE"] = "application.setup.failure";
APPLICATION_EVENT["APPLICATION_LOAD__SUCCESS"] = "application.load.success";
APPLICATION_EVENT["APPLICATION_LOAD__FAILURE"] = "application.load.failure";
APPLICATION_EVENT["ILLEGAL_APPLICATION_STATE_OCCURRED"] = "application.error.illegal-state";
APPLICATION_EVENT["APPLICATION_CONFIGURATION__FAILURE"] = "application.configuration.failure";
APPLICATION_EVENT["IDENTITY_AUTO_FETCH__FAILURE"] = "application.identity.auto-fetch.failure";
APPLICATION_EVENT["DOCUMENTATION_FETCH__FAILURE"] = "application.documentation.fetch.failure";
APPLICATION_EVENT["DOCUMENTATION_LOAD__SKIP"] = "application.documentation.load.skip";
APPLICATION_EVENT["DOCUMENTATION_REQUIREMENT_CHECK__FAILURE"] = "application.documentation.requirement-check.failure";
APPLICATION_EVENT["CONTEXTUAL_DOCUMENTATION_LOAD__SKIP"] = "application.virtual-assistant.contextual-documentation-load.skip";
APPLICATION_EVENT["VIRTUAL_ASSISTANT_DOCUMENTATION_ENTRY__ACCESS"] = "application.virtual-assistant.documentation-entry.access";
APPLICATION_EVENT["TERMINAL_COMMAND_CONFIGURATION_CHECK__FAILURE"] = "application.load.terminal-command.configuration-check.failure";
APPLICATION_EVENT["COLOR_THEME_CONFIGURATION_CHECK__FAILURE"] = "application.layout.color-theme.configuration-check.failure";
APPLICATION_EVENT["SETTING_CONFIGURATION_CHECK__FAILURE"] = "application.setting.configuration-check.failure";
APPLICATION_EVENT["SETTING_RETRIVE_FAILURE"] = "application.setting.retrieve.failure";
APPLICATION_EVENT["USER_DATA_RETRIEVE_FAILURE"] = "application.user-data.retrieve.failure";
APPLICATION_EVENT["COMMAND_CENTER_REGISTRATION__FAILURE"] = "application.command.registration.failure";
APPLICATION_EVENT["APPLICATION_CONTEXT__ACCESS"] = "application.context.access";
APPLICATION_EVENT["APPLICATION_USAGE__INTERRUPT"] = "application.usage.interrupt";
APPLICATION_EVENT["NAVIGATION_BLOCKED"] = "application.usage.navigation-blocked";
APPLICATION_EVENT["APPLICATION_TELEMETRY_EVENT__FAILURE"] = "application.telemetry-event.failure";
APPLICATION_EVENT["DEBUG"] = "development.debug";
})(APPLICATION_EVENT || (APPLICATION_EVENT = {}));
//# sourceMappingURL=LegendApplicationEvent.js.map