@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
3 lines (2 loc) • 971 B
JavaScript
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */
import{__decorate as e}from"tslib";import{ClonableMixin as o}from"../../core/Clonable.js";import r from"../../core/Collection.js";import{JSONSupport as t}from"../../core/JSONSupport.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";import i from"../../geometry/Point.js";import c from"./FeatureReference.js";const n=r.ofType(c);let l=class extends(o(t)){constructor(e){super(e),this.features=new n,this.selectedFeatureIndex=0,this.location=null}};e([s({type:n,nonNullable:!0,json:{read:!0,write:{isRequired:!0}}})],l.prototype,"features",void 0),e([s({type:Number,nonNullable:!0,json:{write:!0}})],l.prototype,"selectedFeatureIndex",void 0),e([s({type:i,json:{write:{isRequired:!0}}})],l.prototype,"location",void 0),l=e([p("esri.webscene.support.SlidePopupInfo")],l);const u=l;export{u as default};