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

    Interface AvailableDashboardGadget

    The details of the available dashboard gadget.

    interface AvailableDashboardGadget {
        moduleKey?: string;
        title: string;
        uri?: string;
    }
    Index

    Properties

    Properties

    moduleKey?: string

    The module key of the gadget type.

    title: string

    The title of the gadget.

    uri?: string

    The URI of the gadget type.