UNPKG

@vertigis/viewer-spec

Version:

VertiGIS Viewer Specification

1 lines 324 B
import{CommandRegistry as e}from"../CommandRegistry.js";import{EventRegistry as r}from"../EventRegistry.js";export class LayerPresetsCommands extends e{_prefix="layer-presets";get apply(){return this._get("apply")}}export class LayerPresetsEvents extends r{_prefix="layer-presets";get applied(){return this._get("applied")}}