@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 821 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as t}from"tslib";import{JSONSupport as o}from"../../core/JSONSupport.js";import{property as e,subclass as r}from"../../core/accessorSupport/decorators.js";import i from"../../geometry/Extent.js";let p=class extends o{constructor(t){super(t),this.extent=null,this.height=null,this.href=null,this.opacity=1,this.rotation=0,this.scale=null,this.visible=!0,this.width=null}};t([e({type:i})],p.prototype,"extent",void 0),t([e()],p.prototype,"height",void 0),t([e()],p.prototype,"href",void 0),t([e()],p.prototype,"opacity",void 0),t([e()],p.prototype,"rotation",void 0),t([e()],p.prototype,"scale",void 0),t([e()],p.prototype,"visible",void 0),t([e()],p.prototype,"width",void 0),p=t([r("esri.layers.support.MapImage")],p);export{p as default};