UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 754 B
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as r}from"../../chunks/tslib.es6.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 t}from"../../core/accessorSupport/decorators/subclass.js";import e from"./GraphObject.js";let s=class extends e{constructor(r){super(r),this.typeName=null,this.id=null}};r([o({type:String,json:{write:!0}})],s.prototype,"typeName",void 0),r([o({type:String,json:{write:!0}})],s.prototype,"id",void 0),s=r([t("esri.rest.knowledgeGraph.GraphNamedObject")],s);export{s as default};