@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.07 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 o}from"../../chunks/tslib.es6.js";import t from"../../core/JSONSupport.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/Extent.js";let p=class extends t{constructor(){super(...arguments),this.extent=null,this.height=null,this.href=null,this.opacity=1,this.rotation=0,this.scale=null,this.visible=!0,this.width=null}};o([r({type:s})],p.prototype,"extent",void 0),o([r()],p.prototype,"height",void 0),o([r()],p.prototype,"href",void 0),o([r()],p.prototype,"opacity",void 0),o([r()],p.prototype,"rotation",void 0),o([r()],p.prototype,"scale",void 0),o([r()],p.prototype,"visible",void 0),o([r()],p.prototype,"width",void 0),p=o([e("esri.layers.support.MapImage")],p);export{p as default};