UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.16 kB
/* 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/JSONSupport.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";let s=class extends r{constructor(){super(...arguments),this.name=null,this.field=null,this.currentRangeExtent=null,this.fullRangeExtent=null,this.type="rangeInfo"}};e([t({type:String,json:{read:!0,write:{isRequired:!0}}})],s.prototype,"name",void 0),e([t({type:String,json:{read:!0,write:{isRequired:!0}}})],s.prototype,"field",void 0),e([t({type:[Number],json:{read:!0,write:!0}})],s.prototype,"currentRangeExtent",void 0),e([t({type:[Number],json:{read:!0,write:!0}})],s.prototype,"fullRangeExtent",void 0),e([t({type:["rangeInfo"],readOnly:!0,json:{read:!1,write:{isRequired:!0}}})],s.prototype,"type",void 0),s=e([o("esri.layers.support.RangeInfo")],s);export{s as RangeInfo};