Details of a gadget position.

interface DashboardGadgetPosition {
    The column position of the gadget.: number;
    The row position of the gadget.: number;
}

Properties

The column position of the gadget.: number
The row position of the gadget.: number