LineOfSightTarget.js 987 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../Graphic.js";import r from"../../core/Accessor.js";import{property as e}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as s}from"../../core/accessorSupport/decorators/subclass.js";import i from"../../geometry/Point.js";let p=class extends r{constructor(o){super(o),this.location=null,this.intersectedLocation=null,this.intersectedGraphic=null,this.visible=void 0}};o([e({type:i})],p.prototype,"location",void 0),o([e({type:i})],p.prototype,"intersectedLocation",void 0),o([e({type:t})],p.prototype,"intersectedGraphic",void 0),o([e({type:Boolean})],p.prototype,"visible",void 0),p=o([s("esri.widgets.lineOfSight.LineOfSightTarget")],p);const c=p;export{c as default};