Skip to content

Variable: DashboardGadgetUpdateRequestSchema

ts
const DashboardGadgetUpdateRequestSchema: ZodObject<{
  color: ZodOptional<ZodString>;
  position: ZodOptional<ZodObject<{
     The column position of the gadget.: ZodNumber;
     The row position of the gadget.: ZodNumber;
  }, $loose>>;
  title: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/dashboardGadgetUpdateRequest.ts:6

The details of the gadget to update.