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

    Interface UpdateGadget

    The details of the gadget to update.

    interface UpdateGadget {
        color?: string;
        dashboardId: number;
        gadgetId: number;
        position?: Version3Models.DashboardGadgetPosition;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string

    The color of the gadget. Should be one of blue, red, yellow, green, cyan, purple, gray, or white.

    dashboardId: number

    The ID of the dashboard.

    gadgetId: number

    The ID of the gadget.

    title?: string

    The title of the gadget.