Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
DescribeIcon
The describeTabs() call returns an array of DescribeTabSetResult values. Each DescribeTabSetResult contains an array of DescribeTab values, and each DescribeTab contains an array of DescribeIcon values.
Icon information can also be retrieved via the describeTheme() and describeGlobalTheme() calls. These calls return information on icons used for each object in your organization that can use theme icons and colors.
| Name | Type | Description |
|---|---|---|
| contentType | string | The tab icon’s content type, for example, “image/png.” |
| height | int | The tab icon’s height in pixels. If the icon content type is an SVG type, height and width values are not used. |
| theme | string |
The associated theme. Possible values include:
|
| url | string | The fully qualified URL for this icon. |
| width | string | The tab icon’s width in pixels. If the icon content type is an SVG type, height and width values are not used. |