Template variable.

Hierarchy

  • DashboardTemplateVariable

Constructors

Properties

_default?: string

(deprecated) The default value for the template variable on dashboard load. Cannot be used in conjunction with defaults.

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
availableValues?: string[]

The list of values that the template variable drop-down is limited to.

defaults?: string[]

One or many default values for template variables on load. If more than one default is specified, they will be unioned together with OR. Cannot be used in conjunction with default.

name: string

The name of the variable.

prefix?: string

The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.

Generated using TypeDoc