GraphProperty.js 1.3 KB

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as e}from"../../chunks/tslib.es6.js";import t from"../../core/Accessor.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as r}from"../../core/accessorSupport/decorators/subclass.js";let s=class extends t{constructor(e){super(e),this.name=null,this.alias=null,this.fieldType=null,this.geometryType=null,this.hasM=null,this.hasZ=null,this.nullable=null,this.editable=null,this.required=null,this.defaultVisibility=null,this.systemMaintained=null,this.searchable=null,this.defaultValue=null}};e([o()],s.prototype,"name",void 0),e([o()],s.prototype,"alias",void 0),e([o()],s.prototype,"fieldType",void 0),e([o()],s.prototype,"geometryType",void 0),e([o()],s.prototype,"hasM",void 0),e([o()],s.prototype,"hasZ",void 0),e([o()],s.prototype,"nullable",void 0),e([o()],s.prototype,"editable",void 0),e([o()],s.prototype,"required",void 0),e([o()],s.prototype,"defaultVisibility",void 0),e([o()],s.prototype,"systemMaintained",void 0),e([o()],s.prototype,"searchable",void 0),e([o()],s.prototype,"defaultValue",void 0),s=e([r("esri.rest.knowledgeGraph.GraphProperty")],s);const i=s;export{i as default};