Powerpack group widget object.

Hierarchy

  • PowerpackGroupWidgetDefinition

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

Layout type of widgets.

showTitle?: boolean

Boolean indicating whether powerpack group title should be visible or not.

title?: string

Name for the group widget.

type: string

Type of widget, must be group.

Widgets inside the powerpack.

Generated using TypeDoc