Powerpack template variables.

Hierarchy

  • PowerpackTemplateVariable

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

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

defaults?: string[]

One or many template variable default values within the saved view, which are unioned together using OR if more than one is specified.

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