Class SharedDashboardSelectableTemplateVariable

A template variable that viewers can modify on the shared dashboard.

Hierarchy

  • SharedDashboardSelectableTemplateVariable

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
allowAnyValue: boolean

Whether viewers can see all tag values for the template variable and specify any value.

defaultValues: string[]

Default selected values for the variable.

name: string

Name of the template variable.

prefix: string

Tag prefix for the variable.

type: string

Type of the template variable.

visibleTags: string[]

Restricts which tag values are visible to the viewer.

Generated using TypeDoc