@finos/legend-studio
Version:
41 lines • 3.27 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 LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY;
(function (LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY) {
// SETUP
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SETUP"] = "studio.setup";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SETUP_CREATE_PROJECT_DIALOG"] = "studio.setup.create-project-dialog";
// EDITOR
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EDITOR"] = "studio.editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MODEL_LOADER"] = "studio.editor.model-loader";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["TEXT_MODE_EDITOR"] = "studio.editor.text-mode-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR"] = "studio.editor.class-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_PROPERTIES"] = "studio.editor.class-editor.properties";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_DERIVED_PROPERTIES"] = "studio.editor.class-editor.derived-properties";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_CONSTRAINTS"] = "studio.editor.class-editor.constraints";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_SUPERTYPES"] = "studio.editor.class-editor.supertypes";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_DERIVED_PROPERTY_LAMBDA_EDITOR"] = "studio.editor.class-editor.derived-properties.lambda-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_CONTRAINT_LAMBDA_EDITOR"] = "studio.editor.class-editor.constraints.lambda-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["PROFILE_EDITOR"] = "studio.editor.profile-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["ASSOCIATION_EDITOR"] = "studio.editor.association-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["ENUMERATION_EDITOR"] = "studio.editor.enumeration-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["FUNCTION_EDITOR"] = "studio.editor.function-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MAPPING_EDITOR"] = "studio.editor.mapping-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["RUNTIME_EDITOR"] = "studio.editor.runtime-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CONNECTION_EDITOR"] = "studio.editor.connection-editor";
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SERVICE_EDITOR"] = "studio.editor.service-editor";
})(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY = LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY || (LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY = {}));
//# sourceMappingURL=LegendStudioApplicationNavigationContext.js.map