Updated change widget.

Hierarchy

  • ChangeWidgetRequest

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

The log query.

changeType?: WidgetChangeType

Show the absolute or the relative change.

compareTo?: WidgetCompareTo

Timeframe used for the change comparison.

eventQuery?: LogQueryDefinition

The log query.

formulas?: WidgetFormula[]

List of formulas that operate on queries.

increaseGood?: boolean

Whether to show increase as good.

The log query.

networkQuery?: LogQueryDefinition

The log query.

orderBy?: WidgetOrderBy

What to order by.

orderDir?: WidgetSort

Widget sorting methods.

processQuery?: ProcessQueryDefinition

The process query to use in the widget.

profileMetricsQuery?: LogQueryDefinition

The log query.

q?: string

Query definition.

List of queries that can be returned directly or used in formulas.

Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.

The log query.

securityQuery?: LogQueryDefinition

The log query.

showPresent?: boolean

Whether to show the present value.

Generated using TypeDoc