@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 1.19 kB
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as o}from"tslib";import t from"../../core/Accessor.js";import{property as e,subclass as l}from"../../core/accessorSupport/decorators.js";let r=class extends t{constructor(o){super(o),this.catalogLayerList=!0,this.closeButton=!1,this.collapseButton=!1,this.errors=!1,this.filter=!1,this.flow=!0,this.heading=!1,this.statusIndicators=!0,this.temporaryLayerIndicators=!1}};o([e({type:Boolean,nonNullable:!0})],r.prototype,"catalogLayerList",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"closeButton",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"collapseButton",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"errors",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"filter",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"flow",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"heading",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"statusIndicators",void 0),o([e({type:Boolean,nonNullable:!0})],r.prototype,"temporaryLayerIndicators",void 0),r=o([l("esri.widgets.LayerList.LayerListVisibleElements")],r);const s=r;export{s as default};