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

Represents view-specific properties of application and UI elements for the web map or web scene.

Constructors

new Viewing(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
Search

An object specifying the search parameters set within the web scene or web map.

more details
more detailsViewing

Property Details

declaredClass Stringreadonly inherited

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

An object specifying the search parameters set within the web scene or web map.

Method Overview

NameReturn TypeSummaryClass
Viewing

Creates a deep clone of this object.

more details
more detailsViewing

Method Details

clone(){Viewing}

Creates a deep clone of this object.

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

API Reference search results

NameTypeModule
Loading...