// All material copyright Esri, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/4.30/esri/copyright.txt for details. //>>built define("../../chunks/tslib.es6 ../../core/JSONSupport ../../core/lang ../../core/accessorSupport/decorators/property ../../core/accessorSupport/ensureType ../../core/accessorSupport/decorators/subclass ./SearchLayerField".split(" "),function(b,a,e,c,f,g,h){var d;a=d=class extends a.JSONSupport{constructor(k){super(k);this.subLayer=this.id=this.field=null}clone(){return new d(e.clone({field:this.field,id:this.id,subLayer:this.subLayer}))}};b.__decorate([c.property({type:h,json:{write:{isRequired:!0}}})], a.prototype,"field",void 0);b.__decorate([c.property({type:String,json:{write:{isRequired:!0}}})],a.prototype,"id",void 0);b.__decorate([c.property({type:f.Integer,json:{write:!0}})],a.prototype,"subLayer",void 0);return a=d=b.__decorate([g.subclass("esri.webdoc.applicationProperties.SearchLayer")],a)});