The details of the available dashboard gadget.

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

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.