interface WidgetSize {
    columnSpan?: number;
    rowSpan?: number;
}

Properties

columnSpan?: number

The Width of the widget, expressed in dashboard grid columns.

rowSpan?: number

The height of the widget, expressed in dashboard grid rows.