PopupSource

interface PopupSource

An interface to type any classes such as ArcGISSublayer and FeatureLayer that support popup and have PopupDefinition. This interface is implemented by FeatureLayer, RasterLayer, ArcGISSublayer, GraphicsOverlay and AggregationFeatureReduction.

Since

200.1.0

Inheritors

Properties

Link copied to clipboard
abstract var isPopupEnabled: Boolean

A flag indicating whether the PopupDefinition defined on the PopupSource is enable / disable. Will return false if an error occurs.

Link copied to clipboard

The pop-up definition. The PopupDefinition associated with the popup source. A null if an error occurs or if the popup source is not associated with a pop-up definition.