ISlide
Properties
| Property | Type | Notes |
|---|---|---|
| Optional | IBaseMap |
Basemaps give the web map a geographic context. |
| Optional | IExtent |
The standard Esri extent object with spatialReference, xmax, xmin, ymax and ymin. |
| Optional | IMapLocation |
An object with a centerPoint object and sometimes a resolution. |
| Optional | [number, number] |
An array of two numbers. The first one indicates start time and the second one indicates end time. |
| Optional | string |
Title including text and formatting for each slide. |
| Optional | IVisibleLayer |
An array of objects used to indicate layer visibility. |
| Optional | IVisiblePopup |
A presentation slide's visiblePopup which contains anchorPoint, featureId, layerId, and subLayerId. |
Interface defined in packages/arcgis-rest-types/src/webmap.ts:409