---
title: HomeScreenLayout.IconItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/homescreenlayout/iconitem
---

# HomeScreenLayout.IconItem

An array of dictionaries that conform to the icon dictionary format.

## Declaration

```data
object HomeScreenLayout.IconItem
```

## Properties

BundleID: The bundle identifier of the app. This setting is required if the type is Application. DisplayName: The human-readable string shown to the user. This setting is valid only if the type is Folder. Pages: An array of arrays of dictionaries, each conforming to the icon dictionary format. This setting is valid only if the type is Folder. Type: The type of the Dock item. URL: The URL of the existing web clip for this item. This setting is required if type is WebClip. If more than one web clip exists with the same URL, the behavior is undefined. Specifying a web clip in this payload doesn’t create the web clip. Use the WebClip payload to create a web clip. Available: iOS 11.3+ | iPadOS 11.3+ | tvOS 11+
