Details of an addon.

Addon

interface Addon {
    homePage: string;
    id: string;
    imageSet: ServiceImageSet;
    name: string;
    themeColorCode: string;
}

Properties

homePage: string

Link to the homepage of the addon.

Addon

id: string

Id of the addon.

Addon

imageSet: ServiceImageSet

Image set of the addon.

Addon

name: string

Name of the addon.

Addon

themeColorCode: string

Associated theme color hex code of the addon.

Addon