ApplicationProperties

require(["esri/webscene/ApplicationProperties"], function(ApplicationProperties) { /* code goes here */ });
Class: esri/webscene/ApplicationProperties
Inheritance: ApplicationProperties Accessor
Since: ArcGIS API for JavaScript 4.7

Represents configuration of application and UI elements.

Constructors

new ApplicationProperties(properties)
Parameter:
properties Object
optional

See the properties for a list of all the properties that may be passed into the constructor.

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
String

The name of the class.

more details
more detailsAccessor
Viewing

View-specific properties of application and UI elements.

more details
more detailsApplicationProperties

Property Details

declaredClassStringreadonly inherited
Since: ArcGIS API for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

View-specific properties of application and UI elements.

Method Overview

NameReturn TypeSummaryClass
ApplicationProperties

Creates a deep clone of this object.

more details
more detailsApplicationProperties

Method Details

Creates a deep clone of this object.

Returns:
TypeDescription
ApplicationPropertiesCreates a deep clone of the instance calling this method.

API Reference search results

NameTypeModule
Loading...