UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.19 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 t}from"../../../../chunks/tslib.es6.js";import{property as o}from"../../../../core/accessorSupport/decorators/property.js";import"../../../../core/has.js";import"../../../../core/Logger.js";import"../../../../core/RandomLCG.js";import{subclass as e}from"../../../../core/accessorSupport/decorators/subclass.js";import{makeRelativeDistanceField as s,makeAreaField as r,makeTotalLengthField as i}from"../fields/fields.js";import{SketchTooltipInfo as p}from"./SketchTooltipInfo.js";let a=class extends p{constructor(t){super(t),this.type="reshape-edge-offset",this.distance=s({lockable:!1}),this.area=r({visible:!1}),this.totalLength=i({visible:!1})}get allFields(){return[this.distance,this.area,this.totalLength]}};t([o()],a.prototype,"type",void 0),t([o()],a.prototype,"distance",void 0),t([o()],a.prototype,"area",void 0),t([o()],a.prototype,"totalLength",void 0),t([o()],a.prototype,"allFields",null),a=t([e("esri.views.interactive.tooltip.infos.ReshapeEdgeOffsetTooltipInfo")],a);export{a as ReshapeEdgeOffsetTooltipInfo};