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