Jira.js - Jira Cloud API library
    Preparing search index...

    Interface StoreAvatar

    interface StoreAvatar {
        avatar: any;
        entityId: string | number;
        mimeType: string;
        size?: number;
        type: string;
        x?: number;
        y?: number;
    }
    Index

    Properties

    avatar: any
    entityId: string | number

    The ID of the item the avatar is associated with.

    mimeType: string
    size?: number

    The length of each side of the crop region.

    0
    
    type: string

    The avatar type.

    x?: number

    The X coordinate of the top-left corner of the crop region.

    y?: number

    The Y coordinate of the top-left corner of the crop region.