@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.3 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{_ as t}from"../../../chunks/tslib.es6.js";import{property as o}from"../../../core/accessorSupport/decorators/property.js";import"../../../core/has.js";import"../../../core/Logger.js";import"../../../core/RandomLCG.js";import{subclass as e}from"../../../core/accessorSupport/decorators/subclass.js";import r from"./ColumnTemplateBase.js";let s=class extends r{constructor(t){super(t),this.attachmentsViewEnabled=!0,this.icon="attachment",this.sortable=!1,this.textAlign="center",this.thumbnailAppearance="image",this.thumbnailCount=8,this.thumbnailsEnabled=!0,this.thumbnailIconScale="m",this.type="attachment"}};t([o()],s.prototype,"attachmentsViewEnabled",void 0),t([o()],s.prototype,"icon",void 0),t([o()],s.prototype,"sortable",void 0),t([o()],s.prototype,"textAlign",void 0),t([o()],s.prototype,"thumbnailAppearance",void 0),t([o()],s.prototype,"thumbnailCount",void 0),t([o()],s.prototype,"thumbnailsEnabled",void 0),t([o()],s.prototype,"thumbnailIconScale",void 0),t([o({type:String,json:{read:!1,write:!0}})],s.prototype,"type",void 0),s=t([e("esri.widgets.FeatureTable.support.AttachmentsColumnTemplate")],s);const a=s;export{a as default};