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)

number

Width of the image

iconWidthUnit (optional)

'px', '%'

Width unit of the image

iconHeight (optional)

number

Height of the image

iconHeightUnit (optional)

'px', '%'

Height unit of the image

TabIcon 1:

Available since version 1.12.760