UNPKG

@kieler/klighd-core

Version:

Core KLighD diagram visualization with Sprotty

16 lines 480 B
/** @jsx html */ import { VNode } from 'snabbdom'; import { SidebarPanel } from '../sidebar'; /** Sidebar panel that displays server provided KLighD options. */ export declare class OptionsPanel extends SidebarPanel { readonly position = -10; private optionsRegistry; private optionsRenderer; init(): void; update(): void; get id(): string; get title(): string; render(): VNode; get icon(): VNode; } //# sourceMappingURL=options-panel.d.ts.map