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{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";import t from"./GraphNamedObject.js";let e=class extends t{constructor(o){super(o),this.originId=null,this.destinationId=null}};o([r()],e.prototype,"originId",void 0),o([r()],e.prototype,"destinationId",void 0),e=o([s("esri.rest.Relationship.Relationship")],e);const i=e;export{i as default};
|