UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.76 kB
/* 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 e from"../../core/JSONSupport.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 r}from"../../core/accessorSupport/decorators/subclass.js";let i=class extends e{constructor(t){super(t),this.name=null,this.alias=null,this.fieldType=null,this.geometryType=null,this.hasM=null,this.hasZ=null,this.nullable=null,this.editable=!0,this.required=!1,this.defaultVisibility=!0,this.systemMaintained=null,this.role="esriGraphPropertyUNSPECIFIED",this.defaultValue=null}};t([o({type:String,json:{write:!0}})],i.prototype,"name",void 0),t([o({type:String,json:{write:!0}})],i.prototype,"alias",void 0),t([o({type:String,json:{write:!0}})],i.prototype,"fieldType",void 0),t([o({type:String,json:{write:!0}})],i.prototype,"geometryType",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"hasM",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"hasZ",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"nullable",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"editable",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"required",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"defaultVisibility",void 0),t([o({type:Boolean,json:{write:!0}})],i.prototype,"systemMaintained",void 0),t([o({type:String,json:{write:!0}})],i.prototype,"role",void 0),t([o({json:{write:!0}})],i.prototype,"defaultValue",void 0),i=t([r("esri.rest.knowledgeGraph.GraphProperty")],i);export{i as default};