The groups widget allows you to keep similar graphs together on your timeboard. 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 group title.

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