Deprecated. A slide object used within a presentation.
Referenced by: presentation
Properties
| Property | Details |
|---|---|
| baseMap | Basemaps give the web map a geographic context. |
| extent | The standard Esri extent object with spatialReference, xmax, xmin, ymax and ymin. |
| hidden | Indicates whether the slide should be hidden within the presentation. |
| mapLocation | An object with a centerPoint object and sometimes a resolution. |
| timeExtent[] | An array of two numbers. The first one indicates start time and the second one indicates end time. |
| title | Title including text and formatting for each slide. |
| visibleLayers[] | An array of objects used to indicate layer visibility. |
| visiblePopup | A presentation slide’s visiblePopup which contains anchorPoint, featureId, layerId, and subLayerId. |
Example
{ "baseMap": { "baseMapLayers": [ { "id": "defaultBasemap", "layerType": "ArcGISMapServiceLayer", "url": "https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer", "visibility": true, "opacity": 1, "title": "Topographic" } ], "title": "Topographic" }, "mapLocation": { "centerPoint": { "spatialReference": { "wkid": 102100 }, "x": -13039519.5049599, "y": 4038507.24398202 } }, "title": { "backgroundColor": [ 0, 0, 0, 255 ], "borderColor": [ 0, 0, 0, 255 ], "borderSize": 0, "font": "Tahoma", "fontSize": 32, "foregroundColor": [ 255, 255, 255, 255 ], "horizontalAlignment": 1, "opacity": 0.63, "text": "Meet in Redlands at 7:30 at Uncle Howies", "titleFontStyle": 1 }, "visibleLayers": [ { "featureVisibility": [ [ 1 ], [], [], [ 0 ] ], "id": "73128eb3-05ee-46a7-8c22-0c385a0b1827" } ]}