Class PowerpackTemplateVariableContents

Powerpack template variable contents.

Hierarchy

  • PowerpackTemplateVariableContents

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
name: string

The name of the variable.

prefix?: string

The tag prefix associated with the variable.

values: string[]

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

Generated using TypeDoc