UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 625 B
import{CommandRegistry as e}from"../CommandRegistry.js";export class LayerComparisonCommands extends e{_prefix="layer-comparison";get setMode(){return this._get("set-mode")}get setDirection(){return this._get("set-direction")}get addLeadingLayers(){return this._get("add-leading-layers")}get addTrailingLayers(){return this._get("add-trailing-layers")}get removeLeadingLayers(){return this._get("remove-leading-layers")}get removeTrailingLayers(){return this._get("remove-trailing-layers")}get clearLeadingLayers(){return this._get("clear-leading-layers")}get clearTrailingLayers(){return this._get("clear-trailing-layers")}}