FieldIndex.js 913 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.24/esri/copyright.txt for details.
  4. */
  5. import{_ as o}from"../../chunks/tslib.es6.js";import r from"../../core/Accessor.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/has.js";import"../../core/accessorSupport/ensureType.js";import{subclass as e}from"../../core/accessorSupport/decorators/subclass.js";let t=class extends r{constructor(o){super(o),this.name=null,this.unique=null,this.ascending=null,this.description=null,this.fieldNames=null}};o([s()],t.prototype,"name",void 0),o([s()],t.prototype,"unique",void 0),o([s()],t.prototype,"ascending",void 0),o([s()],t.prototype,"description",void 0),o([s()],t.prototype,"fieldNames",void 0),t=o([e("esri.rest.knowledgeGraph.FieldIndex")],t);const i=t;export{i as default};