Google Apps Script API
    Preparing search index...
    interface AppIcons {
        category?: string;
        iconUrl?: string;
        size?: number;
    }
    Index

    Properties

    category?: string

    Category of the icon. Allowed values are: * application - The icon for the application. * document - The icon for a file associated with the app. * documentShared - The icon for a shared file associated with the app.

    iconUrl?: string

    URL for the icon.

    size?: number

    Size of the icon. Represented as the maximum of the width and height.