Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

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 graphic

The Graphic used to represent the feature.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the title of the feature widget.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional map

A reference to the view's Map.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference used for Arcade operations.

Read more...

Optional view

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

A reference to the MapView or SceneView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

visibleElements: FeatureVisibleElements

The visible elements that are displayed within the widget's graphic.popupTemplate.content.

Read more...

Generated using TypeDoc