The details of the gadget to update.

interface UpdateGadget {
    color?: string;
    dashboardId: number;
    gadgetId: number;
    position?: Version2.Version2Models.DashboardGadgetPosition;
    title?: string;
}

Hierarchy (view full)

Properties

color?: string

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

dashboardId: number

The ID of the dashboard.

gadgetId: number

The ID of the gadget.

title?: string

The title of the gadget.