@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 901 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as t}from"tslib";import{property as e,subclass as o}from"../../../../core/accessorSupport/decorators.js";import{makeRelativeDistanceField as i,makeAreaField as s,makeTotalLengthField as r}from"../fields/fields.js";import{SketchTooltipInfo as p}from"./SketchTooltipInfo.js";let l=class extends p{constructor(t){super(t),this.type="reshape-edge-offset",this.distance=i({lockable:!1}),this.area=s({visible:!1}),this.totalLength=r({visible:!1})}get allFields(){return[this.distance,this.area,this.totalLength]}};t([e()],l.prototype,"type",void 0),t([e()],l.prototype,"distance",void 0),t([e()],l.prototype,"area",void 0),t([e()],l.prototype,"totalLength",void 0),t([e()],l.prototype,"allFields",null),l=t([o("esri.views.interactive.tooltip.infos.ReshapeEdgeOffsetTooltipInfo")],l);export{l as ReshapeEdgeOffsetTooltipInfo};