ApplicationProperties

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

Represents configuration of application and UI elements of the WebMap. It contains the viewing properties of the web map.

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 for the web map.

more details
more detailsApplicationProperties

Property Details

declaredClass Stringreadonly inherited

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

View-specific properties of application and UI elements for the web map.

API Reference search results

NameTypeModule
Loading...