UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 475 B
import{CommandRegistry as r}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";export class ReportsCommands extends r{_prefix="reports";get run(){return this._get("run")}}export class ReportEvents extends e{_prefix="reports";get reportStarted(){return this._get("report-started")}get reportProgress(){return this._get("report-progress")}get reportFinished(){return this._get("report-finished")}get reportError(){return this._get("report-error")}}