TabIcon
[ Interface ]
export interface TabIcon {
iconPath: string;
iconWidth?: number;
iconWidthUnit?: 'px' | '%';
iconHeight: number;
iconHeightUnit?: 'px' | '%';
}Properties
Name | Type | Description |
|---|---|---|
iconPath | string | Path of the image |
iconWidth (optional) | Width of the image | |
iconWidthUnit (optional) | 'px', '%' | Width unit of the image |
iconHeight (optional) | Height of the image | |
iconHeightUnit (optional) | 'px', '%' | Height unit of the image |
![]() | Available since version 1.12.760 |
