HomeScreenLayout.IconItem
An array of dictionaries that conform to the icon dictionary format.
Declaration
object HomeScreenLayout.IconItemProperties
| Name | Type | Description |
|---|---|---|
BundleID | string | The bundle identifier of the app. This setting is required if the type is |
DisplayName | string | The human-readable string shown to the user. This setting is valid only if the type is |
Pages | [[HomeScreenLayout.IconItem]] | An array of arrays of dictionaries, each conforming to the icon dictionary format. This setting is valid only if the type is |
Type Required | string | The type of the Dock item. |
URL | string | The URL of the existing web clip for this item. This setting is required if Specifying a web clip in this payload doesn’t create the web clip. Use the WebClip payload to create a web clip. |