Configuration of application and UI elements.
Referenced by: Webscene
Properties
| Property | Details | 
|---|---|
| viewing | View-specific properties of application and UI elements. | 
applicationProperties Example
{
  "viewing": {
    "search": {
      "enabled": true,
      "hintText": "Search by Address or State name",
      "layers": [
        {
          "id": "Census_9227",
          "field": {
            "name": "STATE_NAME",
            "exactMatch": false,
            "type": "esriFieldTypeString"
          },
          "subLayer": 3
        }
      ]
    }
  }
}