IIconInformation
Description
Represents icon information for command icons.
NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments.
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. |