Powerpack template variables.

Hierarchy

  • PowerpackTemplateVariables

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
controlledByPowerpack?: PowerpackTemplateVariableContents[]

Template variables controlled at the powerpack level.

controlledExternally?: PowerpackTemplateVariableContents[]

Template variables controlled by the external resource, such as the dashboard this powerpack is on.

Generated using TypeDoc