@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.45 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 a=class extends e{constructor(){super(...arguments),this.actionBar=!0,this.closeButton=!0,this.collapseButton=!1,this.featureMenuHeading=!0,this.featureNavigation=!0,this.featureListLayerTitle=!0,this.flow=!0,this.heading=!0,this.spinner=!0}};o([t({type:Boolean,nonNullable:!0})],a.prototype,"actionBar",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"closeButton",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"collapseButton",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"featureMenuHeading",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"featureNavigation",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"featureListLayerTitle",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"flow",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"heading",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"spinner",void 0),a=o([r("esri.widgets.Features.FeaturesVisibleElements")],a);export{a as default};