UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.24 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 o}from"../../chunks/tslib.es6.js";import t from"../../Color.js";import e from"../../core/Accessor.js";import{convertTime as r}from"../../core/timeUtils.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";import i from"./DiscreteOptions.js";let c=class extends e{constructor(o){super(o),this.color=new t([255,0,0,.7]),this.value=r(4,"hours","milliseconds"),this.minValue=0,this.maxValue=r(8,"hours","milliseconds"),this.contextEnabled=!1,this.contextOptions=new i}};o([s({type:t,nonNullable:!0})],c.prototype,"color",void 0),o([s({type:Number})],c.prototype,"value",void 0),o([s({type:Number})],c.prototype,"minValue",void 0),o([s({type:Number})],c.prototype,"maxValue",void 0),o([s({type:Boolean})],c.prototype,"contextEnabled",void 0),o([s({type:i,nonNullable:!0})],c.prototype,"contextOptions",void 0),c=o([p("esri.widgets.ShadowCast.ThresholdOptions")],c);const l=c;export{l as default};