Marker interface inherited by some layers and overlays that will display Popups. More...
Import Statement | import Esri. |
Since | Esri. |
Properties
- popupDefinition : PopupDefinition
- popupEnabled : bool
Signals
Detailed Description
A pure virtual interface implemented by all layers and sublayers.
Types that implement PopupSource
A sublayer of a Layer | |
A layer that can display features from a Feature | |
Base type for types that represent a table of features | |
A graphics overlay can display graphics on top of a Geo | |
A Raster |
Property Documentation
popup |
The PopupSource's PopupDefinition.
null
if an error occurs or if the pop-up source is not associated with a pop-up definition.
Whether the Popup is enabled on the PopupSource.
Signal Documentation
Emitted when the popupDefinition property changes.
Note: The corresponding handler is onPopupDefinitionChanged
.
Emitted when the popupEnabled property changes.
Note: The corresponding handler is onPopupEnabledChanged
.