Check status shows the current status or number of results for any check performed.

Hierarchy

  • CheckStatusWidgetDefinition

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

Name of the check to use in the widget.

group?: string

Group reporting a single check.

groupBy?: string[]

List of tag prefixes to group by in the case of a cluster check.

grouping: WidgetGrouping

The kind of grouping to use.

tags?: string[]

List of tags used to filter the groups reporting a cluster check.

time?: WidgetTime

Time setting for the widget.

title?: string

Title of the widget.

titleAlign?: WidgetTextAlign

How to align the text on the widget.

titleSize?: string

Size of the title.

Type of the check status widget.

Generated using TypeDoc