@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.75 kB
JavaScript
/*
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 e from"../../core/Accessor.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 r}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends e{constructor(){super(...arguments),this.baseLayers=!0,this.catalogLayerList=!0,this.closeButton=!1,this.collapseButton=!1,this.editTitleButton=!1,this.errors=!1,this.filter=!1,this.flow=!0,this.heading=!0,this.referenceLayers=!0,this.statusIndicators=!0,this.temporaryLayerIndicators=!1}};o([t({type:Boolean,nonNullable:!0})],s.prototype,"baseLayers",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"catalogLayerList",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"closeButton",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"collapseButton",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"editTitleButton",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"errors",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"filter",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"flow",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"heading",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"referenceLayers",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"statusIndicators",void 0),o([t({type:Boolean,nonNullable:!0})],s.prototype,"temporaryLayerIndicators",void 0),s=o([r("esri.widgets.BasemapLayerList.BasemapLayerListVisibleElements")],s);const l=s;export{l as default};