UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.09 kB
/* 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{zeroMeters as t,zeroSquareMeters as r}from"../../../../core/quantityUtils.js";import{property as e}from"../../../../core/accessorSupport/decorators/property.js";import"../../../../core/has.js";import"../../../../core/Logger.js";import"../../../../core/RandomLCG.js";import{subclass as s}from"../../../../core/accessorSupport/decorators/subclass.js";import{SketchTooltipInfo as i}from"./SketchTooltipInfo.js";let p=class extends i{constructor(o){super(o),this.type="draw-rectangle",this.xSize=t,this.ySize=t,this.area=r}get allFields(){return[]}};o([e()],p.prototype,"type",void 0),o([e()],p.prototype,"xSize",void 0),o([e()],p.prototype,"ySize",void 0),o([e()],p.prototype,"area",void 0),o([e()],p.prototype,"helpMessage",void 0),o([e()],p.prototype,"allFields",null),p=o([s("esri.views.interactive.tooltip.infos.DrawRectangleTooltipInfo")],p);export{p as DrawRectangleTooltipInfo};