Powerpack group widget layout.

Hierarchy

  • PowerpackGroupWidgetLayout

Constructors

Properties

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.

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