Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface Icon

    This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.

    interface Icon {
        height: number;
        isDefault: boolean;
        path: string;
        width: number;
    }
    Index

    Properties

    height: number
    isDefault: boolean
    path: string
    width: number