@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.1 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as r}from"../../chunks/tslib.es6.js";import{property as e}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 o from"../../geometry/SpatialReference.js";import a from"./GraphQuery.js";let s=class extends a{constructor(r){super(r),this.bindParameters=null,this.bindGeometryQuantizationParameters=null,this.outputQuantizationParameters=null,this.outputSpatialReference=null,this.provenanceBehavior=null}};r([e()],s.prototype,"bindParameters",void 0),r([e()],s.prototype,"bindGeometryQuantizationParameters",void 0),r([e()],s.prototype,"outputQuantizationParameters",void 0),r([e({type:o})],s.prototype,"outputSpatialReference",void 0),r([e()],s.prototype,"provenanceBehavior",void 0),s=r([t("esri.rest.knowledgeGraph.GraphQueryStreaming")],s);const p=s;export{p as default};