@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.07 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 t}from"../../chunks/tslib.es6.js";import o from"../../core/Accessor.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 e}from"../../core/accessorSupport/decorators/subclass.js";import i from"./VisibleElementsSettingsPane.js";let r=class extends o{constructor(t){super(t),this.maxAllowableAssociationsSlider=!1,this.connectivityAssociationsSettings=new i,this.structuralAttachmentAssociationsSettings=new i}};t([s({type:Boolean,nonNullable:!0})],r.prototype,"maxAllowableAssociationsSlider",void 0),t([s({type:i,nonNullable:!0})],r.prototype,"connectivityAssociationsSettings",void 0),t([s({type:i,nonNullable:!0})],r.prototype,"structuralAttachmentAssociationsSettings",void 0),r=t([e("esri.widgets.UtilityNetworkAssociations.VisibleElements")],r);const c=r;export{c as default};