Skip To Content
ArcGIS Developer
Dashboard

Controller

The Controller widget reads and displays app information, such as the title and logo. It also reads widget pool configurations and displays the widget or group icon. Click a specific icon to open or close the corresponding widget or group.

The following table describes the configurable attributes of the Controller widget.

AttributeDescription

groupSetting

Object[]. There is no default—The array of the group setting. The groups come from the widget pool. Each setting has two properties: label and type. The label should be the same as the group label in the widget pool. The type property has two options: dropDown and openAll. If it’s dropDown, when users click the group icon, a drop-down menu appears. If it’s openAll, when users click the group icon, all widgets in the group open.