Skip to content

Variable: DashboardGadgetPositionSchema

ts
const DashboardGadgetPositionSchema: ZodObject<{
  The column position of the gadget.: ZodNumber;
  The row position of the gadget.: ZodNumber;
}, $loose>;

Defined in: src/cloud/models/dashboardGadgetPosition.ts:5

Details of a gadget position.