Details of an addon.

Export

Addon

interface Addon {
    displayName: string;
    homePage: string;
    id: string;
    image: string;
    images: ImageSet;
    themeColorCode: string;
}

Properties

displayName: string

Name of the addon.

Memberof

Addon

homePage: string

Link to the homepage of the addon.

Memberof

Addon

id: string

Id of the addon.

Memberof

Addon

image: string

Link to the logo of the addon. Deprecated, use "images" instead.

Memberof

Addon

Deprecated

images: ImageSet

Memberof

Addon

themeColorCode: string

Associated theme color hex code of the addon.

Memberof

Addon

Generated using TypeDoc