@doegis/core
Version:
DOE GIS API
3 lines (1 loc) • 646 B
JavaScript
import{_ as o}from"../../chunks/tslib.es6.js";import{property as r}from"../../core/accessorSupport/decorators/property.js";import"../../core/accessorSupport/ensureType.js";import"../../core/arrayUtils.js";import{subclass as t}from"../../core/accessorSupport/decorators/subclass.js";import s from"./GraphNamedObject.js";let e=class extends s{constructor(o){super(o),this.originId=null,this.destinationId=null,this.layoutGeometry=null}};o([r()],e.prototype,"originId",void 0),o([r()],e.prototype,"destinationId",void 0),o([r()],e.prototype,"layoutGeometry",void 0),e=o([t("esri.rest.Relationship.Relationship")],e);const i=e;export{i as default};