UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.05 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as o}from"../../chunks/tslib.es6.js";import e from"../../core/Collection.js";import r from"../../core/JSONSupport.js";import{property as s}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";var l;let i=l=class extends r{constructor(o){super(o),this.floorField=null,this.viewAllMode=!1,this.viewAllLevelIds=new e}clone(){return new l({floorField:this.floorField,viewAllMode:this.viewAllMode,viewAllLevelIds:this.viewAllLevelIds})}};o([s({type:String,json:{write:{isRequired:!0}}})],i.prototype,"floorField",void 0),o([s({json:{read:!1,write:!1}})],i.prototype,"viewAllMode",void 0),o([s({json:{read:!1,write:!1}})],i.prototype,"viewAllLevelIds",void 0),i=l=o([t("esri.layers.support.LayerFloorInfo")],i);export{i as default};