Icon

On This Page

    Defines an icon to display.

    Example

    1 2 3 4 5 6 7 { "icon": { "width": 16, "height": 16, "url": "/my-icon.png" } }

    Properties

    url
    Type
    string
    Format
    uri
    Required
    Yes
    Description

    The URL of the icon. Your icon needs to be hosted remotely at a web-accessible location. You can specify the URL as an absolute URL or relative to the add-on's base URL.


    height
    Type
    integer
    Description

    The height in pixels of the icon image.


    width
    Type
    integer
    Description

    The width in pixels of the icon image.


    Rate this page: