@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 842 B
JavaScript
import{_ as r}from"../../chunks/tslib.es6.js";import o from"../../Color.js";import{ClonableMixin as e}from"../../core/Clonable.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";let i=class extends(e(t)){constructor(){super(...arguments),this.color=new o([0,0,0,0]),this.label=null,this.threshold=0}};r([s({type:o,json:{write:!0}})],i.prototype,"color",void 0),r([s({type:String,json:{write:!0}})],i.prototype,"label",void 0),r([s({type:Number,range:{min:0,max:1},json:{write:!0}})],i.prototype,"threshold",void 0),i=r([p("esri.renderers.support.OthersCategory")],i);export{i as OthersCategory};