Skip To Content
ArcGIS Developer
Dashboard

Panel configuration

A panel can be developed to have its own distinct behavior and style for a specific theme. For example, you can develop a Panel that can be dragged around the screen and have green color style that matches your overall theme style.

When you configure your app, one widget or a group of widgets can configure a panel to display the widget.

The following table describes the attributes for panel configuration.

AttributeDescription

uri

string. The default is BaseWidgetPanel. The panel's main class, derived from BaseWidgetPanel.

position

object—Position of the panel, which is the same as the widget's position.