Details of a gadget.

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

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.