@eclipse-emfcloud/model-service-theia
Version:
Model service Theia
23 lines • 1.2 kB
JavaScript
;
// *****************************************************************************
// Copyright (C) 2023-2024 STMicroelectronics.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at
// http://www.eclipse.org/legal/epl-2.0.
//
// This Source Code may also be made available under the following Secondary
// Licenses when the conditions for such availability set forth in the Eclipse
// Public License v. 2.0 are satisfied: MIT License which is
// available at https://opensource.org/licenses/MIT.
//
// SPDX-License-Identifier: EPL-2.0 OR MIT
// *****************************************************************************
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModelAccessorBusProtocol = exports.ModelAccessorBusProtocolServicePath = void 0;
exports.ModelAccessorBusProtocolServicePath = '/services/eclipse-emfcloud/model-service-theia/model-accessor-bus';
/**
* Inversify injection key for the frontend model accessor bus.
*/
exports.ModelAccessorBusProtocol = Symbol('ModelAccessorBusProtocol');
//# sourceMappingURL=model-accessor-bus-protocol.js.map