The powerpack 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

  • PowerpackWidgetDefinition

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 powerpack title.

bannerImg?: string

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

powerpackId: string

UUID of the associated powerpack.

showTitle?: boolean

Whether to show the title or not.

templateVariables?: PowerpackTemplateVariables

Powerpack template variables.

title?: string

Title of the widget.

Type of the powerpack widget.

Generated using TypeDoc