@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
1 lines • 545 B
JavaScript
import{CommandRegistry as t}from"../CommandRegistry.js";import{EventRegistry as e}from"../EventRegistry.js";import{OperationRegistry as s}from"../OperationRegistry.js";export class PhotosCommands extends t{_prefix="photos";get displayDetails(){return this._get("display-details")}get hideDetails(){return this._get("hide-details")}}export class PhotoOperations extends s{_prefix="photos";get takePhoto(){return this._get("take-photo")}}export class PhotosEvents extends e{_prefix="photos";get detailsHidden(){return this._get("details-hidden")}}