Presentation
require(["esri/webscene/Presentation"], function(Presentation) { /* code goes here */ });
Class:
esri/webscene/Presentation
Inheritance: Presentation Accessor
Since: ArcGIS API for JavaScript 4.0
A presentation contains a Collection of slides that allows users to quickly navigate to predefined settings of a SceneView.
- See also:
Constructors
- new Presentation(properties)
- Parameter:properties Objectoptional
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.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
Collection<Slide> | A collection of slides that bookmark viewpoints, visible layers, and other settings previously defined in a WebScene. more details | more details | Presentation |
Property Details
- Since: ArcGIS API for JavaScript 4.7
The name of the class. The declared class name is formatted as
esri.folder.className
.
- slides
A collection of slides that bookmark viewpoints, visible layers, and other settings previously defined in a WebScene.
- See also:
Method Overview
Name | Return Type | Summary | Class | |
---|---|---|---|---|
Presentation | Creates a deep clone of this object. more details | more details | Presentation |
Method Details
- clone(){Presentation}
Creates a deep clone of this object.
Returns:Type Description Presentation A clone of the instance calling this method.
Loading...