Information about widget.

Note: The layout property is required for widgets in dashboards with free layout_type. For the new dashboard layout, the layout property depends on the reflow_type of the dashboard. - If reflow_type is fixed, layout is required. - If reflow_type is auto, layout should not be set.

Hierarchy

  • Widget

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
definition: WidgetDefinition
id?: number

ID of the widget.

layout?: WidgetLayout

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

Generated using TypeDoc