@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 1.21 kB
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as o}from"tslib";import e from"../../core/Accessor.js";import{property as t,subclass as l}from"../../core/accessorSupport/decorators.js";let n=class extends e{constructor(o){super(o),this.point=!0,this.polyline=!0,this.polygon=!0,this.rectangle=!0,this.circle=!0,this.multipoint=!0,this.mesh=!0,this.freehandPolyline=!1,this.freehandPolygon=!1,this.text=!1}};o([t({type:Boolean,nonNullable:!0})],n.prototype,"point",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"polyline",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"polygon",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"rectangle",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"circle",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"multipoint",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"mesh",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"freehandPolyline",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"freehandPolygon",void 0),o([t({type:Boolean,nonNullable:!0})],n.prototype,"text",void 0),n=o([l("esri.widgets.Sketch.CreateToolVisibilityMap")],n);const p=n;export{p as default};