Skip To Content
ArcGIS Developer
Dashboard

About

The About widget creates content that displays in the widget.

Configurable attributes

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

AttributeDescription

about

Object. There is no default. It has the following property:

  • aboutContent: —String. There is no default. The content displays in the About widget.

Example

{
  "about": {
    "aboutContent": “<div style=\"text-align: center;\"><a href=\"http://www.esri.com/\" target=\"_self\">Hello world!</a><br /></div>"
  }
}