BuildingSceneLayerView.js 877 B

12345
  1. /*
  2. All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. See https://js.arcgis.com/4.25/esri/copyright.txt for details.
  4. */
  5. import{_ as r}from"../../chunks/tslib.es6.js";import{property as o}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import"../../core/has.js";import"../../core/accessorSupport/interfaces.js";import"../../core/Logger.js";import"../../core/accessorSupport/tracking/Flags.js";import"../../core/accessorSupport/extensions/serializableProperty/reader.js";import"../../core/Error.js";import e from"./LayerView.js";class s extends e{constructor(r){super(r),this.layer=null,this.sublayerViews=null}highlight(r){throw new Error("Not implemented")}}r([o()],s.prototype,"layer",void 0),r([o()],s.prototype,"sublayerViews",void 0);export{s as default};