OptionalbaseThe basemap of the scene. Only the base and reference layers of the basemap are stored in a slide. This value can be an instance of Basemap or one of the strings listed in the table below. Same as baseMap, but with no elevationLayers property.
OptionaldescriptionText description of the individual presentation slide.
Text to display as slide description.
OptionalenvironmentRepresents settings that affect the environment in which the WebScene is displayed (such as lighting).
OptionalextentThe standard Esri extent object with spatialReference, xmax, xmin, ymax and ymin. [WebMap Only].
OptionalhiddenIndicates whether the slide should be hidden within the presentation. [WebMap Only].
OptionalidThe unique id of a slide within the slides property of a Presentation.
OptionalmapAn object with a centerPoint object and sometimes a resolution. [WebMap Only] https://developers.arcgis.com/web-map-specification/objects/mapLocation/.
OptionalcenterThe center of the map in with a x and y coordinate.
OptionalspatialWell-known ID (WKID) or well-known text (WKT).
OptionalthumbnailA data URI encoded thumbnail. See https://developers.arcgis.com/web-scene-specification/objects/thumbnail/.
The URI pointing to the thumbnail image representing the slide.
OptionaltimeAn array of two numbers. The first one indicates start time and the second one indicates end time. [WebMap Only].
OptionaltitleText and formatting for the title of the individual presentation slide https://developers.arcgis.com/web-map-specification/objects/title/ https://developers.arcgis.com/web-scene-specification/objects/title/.
OptionalbackgroundThe color of the title text box, for example [0,0,0,255].
OptionalborderThe color of the border surrounding the title text box, for example [0,0,0,255].
OptionalborderThe sizing of the border.
Optionalfont?: stringThe font style picked for the title.
OptionalfontThe size of the font for the text in the title.
OptionalforegroundColor of the text.
OptionalhorizontalAlignment of the text box.
Optionalopacity?: numberThe opacity of background and border.
Optionaltext?: stringText to display as titles for slide.
OptionaltitleA number between 1 and 7.
OptionalviewpointThe viewpoint of the slide. This acts like a bookmark, saving a predefined location or point of view from which to view the scene.
OptionalvisibleAn array of numbers indicating layer visibility. Stores references (by ID) to the layers that are set as visible when a slide is applied to a MapView or SceneView. See https://developers.arcgis.com/web-map-specification/objects/visibleLayer/ https://developers.arcgis.com/web-scene-specification/objects/visibleLayer/.
OptionalfeatureAn array of arrays.
Optionalid?: stringThe id of the layer as listed on the operational layer.
OptionalsubAn integer specifying the sublayer id.
OptionalvisibleA presentation slide's visiblePopup which contains anchorPoint, featureId, layerId, and subLayerId. See https://developers.arcgis.com/web-map-specification/objects/visiblePopup/.
OptionalanchorObject with spatialReference, x, and y.
OptionalfeatureAn integer specifying the feature's id.
OptionallayerA string specifying the layer id.
OptionalsubAn integer specifying the sublayer id.
A slide stores a snapshot of several pre-set properties of the WebScene, such as the basemap, viewpoint and visible layers.
See https://developers.arcgis.com/web-map-specification/objects/slide/ https://developers.arcgis.com/web-scene-specification/objects/slide/.