@kieler/klighd-core
Version:
Core KLighD diagram visualization with Sprotty
33 lines • 1.2 kB
JavaScript
;
/*
* KIELER - Kiel Integrated Environment for Layout Eclipse RichClient
*
* http://rtsys.informatik.uni-kiel.de/kieler
*
* Copyright 2021 by
* + Kiel University
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DISymbol = void 0;
/** DI Symbols for Services provided by the KLighD DI container. */
exports.DISymbol = {
Sidebar: Symbol('Sidebar'),
SidebarPanel: Symbol('SidebarPanel'),
SidebarPanelRegistry: Symbol('SidebarPanelRegistry'),
PreferencesRegistry: Symbol('PreferencesRegistry'),
OptionsRenderer: Symbol('OptionsRenderer'),
OptionsRegistry: Symbol('OptionsRegistry'),
RenderOptionsRegistry: Symbol('RenderOptionsRegistry'),
SynthesesRegistry: Symbol('SynthesesRegistry'),
BookmarkRegistry: Symbol('BookmarkRegistry'),
ProxyView: Symbol('ProxyView'),
};
//# sourceMappingURL=di.symbols.js.map