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

    Interface DashboardGadget

    Details of a gadget.

    interface DashboardGadget {
        color: string;
        id: number;
        moduleKey?: string;
        position?: Version3Models.DashboardGadgetPosition;
        title: string;
        uri?: string;
    }
    Index

    Properties

    color: string

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

    id: number

    The ID of the gadget instance.

    moduleKey?: string

    The module key of the gadget type.

    title: string

    The title of the gadget.

    uri?: string

    The URI of the gadget type.