UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 688 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as t}from"../EventRegistry.js";export class PanelCommands extends e{_prefix="panel";get openHostPanel(){return this._get("open-host-panel")}get closeHostPanel(){return this._get("close-host-panel")}get anchorHostPanel(){return this._get("anchor-host-panel")}get snapHostPanel(){return this._get("snap-host-panel")}get popIn(){return this._get("pop-in")}get popOut(){return this._get("pop-out")}}export class PanelEvents extends t{_prefix="panel";get hostPanelComponentChanged(){return this._get("host-panel-component-changed")}get hostPanelComponentChanging(){return this._get("host-panel-component-changing")}}