Powerpack attribute object.

Hierarchy

  • PowerpackAttributes

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

Description of this powerpack.

Powerpack group widget definition object.

name: string

Name of the powerpack.

tags?: string[]

List of tags to identify this powerpack.

templateVariables?: PowerpackTemplateVariable[]

List of template variables for this powerpack.

Generated using TypeDoc