Object containing the template variable's name, associated tag/attribute, default value and selectable values.

Hierarchy

  • SelectableTemplateVariableItems

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
defaultValue?: string

The default value of the template variable.

name?: string

Name of the template variable.

prefix?: string

The tag/attribute key associated with the template variable.

visibleTags?: string[]

List of visible tag values on the shared dashboard.

Generated using TypeDoc