UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 774 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";import{OperationRegistry as t}from"../OperationRegistry.js";export class WorkflowCommands extends e{_prefix="workflow";get run(){return this._get("run")}get refresh(){return this._get("refresh")}get cancel(){return this._get("cancel")}get cancelAll(){return this._get("cancel-all")}}export class WorkflowOperations extends t{_prefix="workflow";get evaluate(){return this._get("evaluate")}}export class WorkflowEvents extends r{_prefix="workflow";get workflowStarted(){return this._get("workflow-started")}get starting(){return this._get("starting")}get workflowFinished(){return this._get("workflow-finished")}get workflowError(){return this._get("workflow-error")}}