@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 888 B
JavaScript
import{_ as t}from"../../../chunks/tslib.es6.js";import{JSONSupport as r}from"../../../core/JSONSupport.js";import{property as o}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/accessorSupport/ensureType.js";import"../../../core/arrayUtils.js";import{subclass as e}from"../../../core/accessorSupport/decorators/subclass.js";let s=class extends r{constructor(t){super(t),this.altText=null,this.caption="",this.title="",this.type=null}};t([o({type:String,json:{write:!0}})],s.prototype,"altText",void 0),t([o({type:String,json:{write:!0}})],s.prototype,"caption",void 0),t([o({type:String,json:{write:!0}})],s.prototype,"title",void 0),t([o({type:["image","bar-chart","column-chart","line-chart","pie-chart"],readOnly:!0,json:{read:!1,write:!0}})],s.prototype,"type",void 0),s=t([e("esri.popup.content.mixins.MediaInfo")],s);const p=s;export{p as default};