@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 702 B
JavaScript
import{_ as e}from"../../../chunks/tslib.es6.js";import{property as s}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/accessorSupport/ensureType.js";import"../../../core/arrayUtils.js";import{subclass as r}from"../../../core/accessorSupport/decorators/subclass.js";import{LegendOptions as o}from"../../support/LegendOptions.js";var t;let p=t=class extends o{constructor(){super(...arguments),this.showLegend=null}clone(){return new t({title:this.title,showLegend:this.showLegend})}};e([s({type:Boolean,json:{write:!0}})],p.prototype,"showLegend",void 0),p=t=e([r("esri.renderers.visualVariables.support.VisualVariableLegendOptions")],p);const i=p;export{i as default};