The layout for a widget on a free or new dashboard layout dashboard.

Hierarchy

  • WidgetLayout

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
height: number

The height of the widget. Should be a non-negative integer.

isColumnBreak?: boolean

Whether the widget should be the first one on the second column in high density or not. Note: Only for the new dashboard layout and only one widget in the dashboard should have this property set to true.

width: number

The width of the widget. Should be a non-negative integer.

x: number

The position of the widget on the x (horizontal) axis. Should be a non-negative integer.

y: number

The position of the widget on the y (vertical) axis. Should be a non-negative integer.

Generated using TypeDoc