The group widget allows you to keep similar graphs together on your dashboard. Each group has a custom header, can hold one to many graphs, and is collapsible.

Hierarchy

  • GroupWidgetDefinition

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
backgroundColor?: string

Background color of the widget. Supported values are white, blue, purple, pink, orange, yellow, green, gray, vivid_blue, vivid_purple, vivid_pink, vivid_orange, vivid_yellow, vivid_green, and transparent.

bannerImg?: string

URL of image to display as a banner for the group.

layoutType: WidgetLayoutType

Layout type of the group.

showTitle?: boolean

Whether to show the title or not.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

Type of the group widget.

widgets: Widget[]

List of widget groups.

Generated using TypeDoc