The details of the gadget to update.

interface DashboardGadgetUpdateRequest {
    color?: string;
    position?: DashboardGadgetPosition;
    title?: string;
}

Properties

color?: string

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

The position of the gadget.

title?: string

The title of the gadget.