Dashboard tab for organizing widgets.

Hierarchy

  • DashboardTab

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
id: string

UUID of the tab.

name: string

Name of the tab.

widgetIds: number[]

List of widget IDs belonging to this tab. The backend also accepts positional references in

N

format (1-indexed) as a convenience for Terraform and other declarative tools.

Generated using TypeDoc