(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Dynamic Vertical Tab Panel Footer User Manual

The Dynamic Vertical Tab Panel Footer component is a flexible footer area for vertical tab panels. It supports dynamic content, custom layouts, and interactive elements, making it ideal for displaying actions, status messages, or additional controls at the bottom of a tab panel.


Properties

Visual Properties

  [
    { "type": "DynamicButtonComponent", "props": { "label": "Save" } },
    { "type": "DynamicTextComponent", "props": { "text": "All changes saved." } }
  ]

General Properties

Guided Tour / Hotspot Properties


Data Example

The footer typically displays an array of elements, such as buttons and text.
Example data:

{
  "elements": [
    { "type": "DynamicButtonComponent", "props": { "label": "Save" } },
    { "type": "DynamicButtonComponent", "props": { "label": "Cancel" } },
    { "type": "DynamicTextComponent", "props": { "text": "All changes saved." } }
  ],
  "displayName": "Tab Footer",
  "layout": "horizontal",
  "dataTestId": "upw-vertical-tab-footer"
}

Property Sections

Visual

General

Guided Tour / Hotspot


This manual provides a structured overview of the Dynamic Vertical Tab Panel Footer component (v2), with each property explained, categorized, and accompanied by usage examples.