IIconInformation
Description
Represents icon information for command icons.
Properties
| Name | Type | Description |
|---|---|---|
| alt | string | Alt text for accessibility. |
| content | string | BuiltInIcon | Content of the icon. |
| extension | string | Extension of the icon file ("svg", "png", "jpg", "jpeg", "ico"). This information must be provided if using BASE64 icon content type. |
| iconContentType | IconContentType | Type of the icon content. |