Last date modified: 2025-Jul-02

Interface: ICardIcon

Card icon definition

Properties

class?

optionalclass: string

Exactly one of these three parameters should be defined

CSS class name to apply to the icon


fileName?

optionalfileName: string

Resource file name of an image to use as the card's icon Icon will be displayed at 16x16


svgIcon?

optionalsvgIcon: string

The name of an svg to use as the card's icon Icon will be displayed at 16x16


url?

optionalurl: string

Url to an image to use as the card's icon Icon will be displayed at 16x16

Return to top of the page
Feedback