Indicates if the Popup is active when it is visible and is not waiting for results.
A collection of actions or action toggles used within the Popup.
This property indicates to the Popup
that it needs to allow or disallow the click event propagation.
The content of the popup.
A read-only property that specifies a Collection of action buttons and/or toggles within the popup.
Enables automatic creation of a popup template for layers that have popups enabled but no popupTemplate defined.
The number of selected features available to the popup.
An array of features associated with the popup.
The number of features to fetch at one time.
This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.
Highlight the selected popup feature using the highlightOptions set on the MapView or the highlightOptions set on the SceneView.
Indicates whether or not to include defaultActions in the Popup's UI.
Geometry used to position the popup.
The number of promises remaining to be resolved.
The number of selected promises available to the popup.
An array of pending Promises that have not yet been fulfilled.
The graphic used to represent the cluster extent when the Browse features
action is active in a cluster popup.
The selected feature accessed by the popup.
Index of the feature that is selected.
The view model's state.
The title of the popup.
The view associated with the Popup instance.
Indicates whether the popup is visible.
Indicates whether the popup has found a feature while resolving promises.
Emits an event on the instance.
Use this method to return feature(s) at a given screen location.
Indicates whether there is an event listener on the instance that matches the provided event name.
Selects the feature at the next index in relation to the selected feature.
Registers an event handler on the instance.
Opens the popup at the given location with content defined either explicitly with content
or driven from the PopupTemplate of input features.
Selects the feature at the previous index in relation to the selected feature.
Triggers the trigger-action event and executes the action at the specified index in the actions array.
Generated using TypeDoc
Collection of action or action toggle objects.
Read more...