Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PopupViewModelProperties

Hierarchy

Index

Properties

Optional actions

actions: CollectionProperties<(ActionButtonProperties & { type: "button" }) | (ActionToggleProperties & { type: "toggle" })>

Optional autoCloseEnabled

autoCloseEnabled: boolean

This closes the popup when the View camera or Viewpoint changes.

Read more...

Optional autoOpenEnabled

autoOpenEnabled: boolean

This property indicates to the Popup that it needs to allow or disallow the click event propagation.

Read more...

Optional content

content: string | HTMLElement | WidgetProperties

The content of the popup.

Read more...

Optional defaultPopupTemplateEnabled

defaultPopupTemplateEnabled: boolean

Enables automatic creation of a popup template for layers that have popups enabled but no popupTemplate defined.

Read more...

Optional features

features: GraphicProperties[]

An array of features associated with the popup.

Read more...

Optional featuresPerPage

featuresPerPage: number

The number of features to fetch at one time.

Read more...

Optional goToOverride

goToOverride: GoToOverride

This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.

Read more...

Optional highlightEnabled

highlightEnabled: boolean

Highlight the selected popup feature using the highlightOptions set on the MapView or the highlightOptions set on the SceneView.

Read more...

Optional includeDefaultActions

includeDefaultActions: boolean

Indicates whether or not to include defaultActions in the Popup's UI.

Read more...

Optional location

location: PointProperties

Geometry used to position the popup.

Read more...

Optional promises

promises: Promise<any>[]

An array of pending Promises that have not yet been fulfilled.

Read more...

Optional selectedFeatureIndex

selectedFeatureIndex: number

Index of the feature that is selected.

Read more...

Optional title

title: string

The title of the popup.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view associated with the Popup instance.

Read more...

Optional visible

visible: boolean

Indicates whether the popup is visible.

Read more...

Generated using TypeDoc