Deprecated. A presentation slide's visiblePopup which contains anchorPoint, featureId, layerId, and subLayerId.
Referenced by: slide
Properties
| Property | Details | 
|---|---|
| anchorPoint | Object with spatialReference, x, and y. | 
| featureId | An integer specifying the feature's id. | 
| layerId | A string specifying the layer id. | 
| subLayerId | An integer specifying the sublayer id. | 
visiblePopup Example
{
  "anchorPoint": {
    "x": 958235.9373134295,
    "y": 5885436.707293842,
    "spatialReference": {
      "wkid": 102100
    }
  },
  "featureId": 1,
  "layerId": "presentationlayerid1"
}