papi-dts
    Preparing search index...

    Interface that stores extension icon information

    interface ExtensionIcon {
        data: string;
        filepath: string;
        filetype: string;
        isUrl: boolean;
    }
    Index

    Properties

    data: string

    Raw binary data of the icon, intended to be encoded in a base64 string

    filepath: string

    Path to the icon's file. Could be a URL

    filetype: string

    Icon file extension (png, svg, ...)

    isUrl: boolean

    True if this icon was submitted as a URL, else false.