UNPKG

@arcgis/core

Version:

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

6 lines (5 loc) 1.13 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 r from"../../core/Clonable.js";import e 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";import{labelsVisible as i}from"./commonProperties.js";import p from"./LabelClass.js";import{rendererTypes as l}from"../../renderers/support/typeUtils.js";let a=class extends(r.ClonableMixin(e)){constructor(o){super(o),this.labelingInfo=null,this.labelsVisible=!0,this.renderer=null,this.visible=!0}};o([s({type:[p],json:{write:!0}})],a.prototype,"labelingInfo",void 0),o([s(i)],a.prototype,"labelsVisible",void 0),o([s({types:l,json:{write:!0}})],a.prototype,"renderer",void 0),o([s({type:Boolean,json:{write:!0}})],a.prototype,"visible",void 0),a=o([t("esri.layers.support.TrackPartInfo")],a);export{a as default};