@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.28 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as e}from"../../../chunks/tslib.es6.js";import r from"../../../core/Accessor.js";import{property as t}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as o}from"../../../core/accessorSupport/decorators/subclass.js";import{UpdatingHandles as s}from"../../../core/support/UpdatingHandles.js";let p=class extends r{constructor(e){super(e),this.updatingHandles=new s}destroy(){this.updatingHandles.destroy()}get updating(){return this.updatingHandles.updating}get layer(){return this.layerView.layer}get view(){return this.layerView.view}get suspended(){return this.layerView.suspended}get fullOpacity(){return this.layerView.fullOpacity}};e([t({constructOnly:!0})],p.prototype,"layerView",void 0),e([t({readOnly:!0})],p.prototype,"updatingHandles",void 0),e([t()],p.prototype,"updating",null),e([t()],p.prototype,"layer",null),e([t()],p.prototype,"view",null),e([t()],p.prototype,"suspended",null),e([t()],p.prototype,"fullOpacity",null),p=e([o("esri.views.3d.layers.SubView3D")],p);export{p as default};