@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.03 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 t from"../../core/Accessor.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";import s from"../../geometry/SpatialReference.js";let p=class extends t{constructor(e){super(e),this.extent=null,this.extraParameters=null,this.outSpatialReference=null,this.template=null,this.updateDelay=1e3,this.view=null}};e([o()],p.prototype,"extent",void 0),e([o()],p.prototype,"extraParameters",void 0),e([o({type:s})],p.prototype,"outSpatialReference",void 0),e([o()],p.prototype,"template",void 0),e([o()],p.prototype,"updateDelay",void 0),e([o()],p.prototype,"view",void 0),p=e([r("esri.rest.support.PrintParameters")],p);const a=p;export{a as default};