UNPKG

@kieler/klighd-core

Version:

Core KLighD diagram visualization with Sprotty

15 lines 513 B
import { VNode } from 'snabbdom'; import { ModelViewer } from 'sprotty'; /** * Extend the {@link ModelViewer} to also dispatch a FitToScreenAction when the * window resizes. * Futhermore, the extension resolves UIExtensions from the IoC that should be * displayed immediately. */ export declare class KlighdModelViewer extends ModelViewer { private sidebar; private renderOptionsRegistry; init(): void; protected onWindowResize(vdom: VNode): void; } //# sourceMappingURL=model-viewer.d.ts.map