ElementExpressionInfo.js 971 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 r}from"../chunks/tslib.es6.js";import{JSONSupport as e}from"../core/JSONSupport.js";import{property as t}from"../core/accessorSupport/decorators/property.js";import"../core/arrayUtils.js";import"../core/accessorSupport/ensureType.js";import{subclass as o}from"../core/accessorSupport/decorators/subclass.js";var s;let p=s=class extends e{constructor(r){super(r),this.title=null,this.expression=null,this.returnType="dictionary"}clone(){return new s({title:this.title,expression:this.expression})}};r([t({type:String,json:{write:!0}})],p.prototype,"title",void 0),r([t({type:String,json:{write:!0}})],p.prototype,"expression",void 0),r([t({type:["dictionary"],readOnly:!0,json:{read:!1,write:!0}})],p.prototype,"returnType",void 0),p=s=r([o("esri.popup.ElementExpressionInfo")],p);const i=p;export{i as default};