@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.32/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 l}from"../../../core/accessorSupport/decorators/subclass.js";let a=class extends e{constructor(o){super(o),this.area=!0,this.coordinates=!0,this.direction=!0,this.distance=!0,this.elevation=!0,this.header=!0,this.helpMessage=!1,this.orientation=!0,this.radius=!0,this.rotation=!0,this.scale=!0,this.size=!0,this.totalLength=!0}};o([t({type:Boolean,nonNullable:!0})],a.prototype,"area",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"coordinates",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"direction",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"distance",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"elevation",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"header",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"helpMessage",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"orientation",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"radius",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"rotation",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"scale",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"size",void 0),o([t({type:Boolean,nonNullable:!0})],a.prototype,"totalLength",void 0),a=o([l("esri.views.interactive.sketch.SketchTooltipVisibleElements")],a);const n=a;export{n as default};