Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Static Boardlet Wrapper

(not verified)

Overview

  • The Dynamic Static Boardlet Wrapper enables integration of microfrontend-based static boardlets into your application.
  • It serves as a container that loads and displays external microfrontend components (static boardlets).
  • It lets you incorporate functionality from other applications while keeping a consistent UI experience.
  • It is ideal for bringing specialized features, visualizations, or integrations from other systems.

...

  • dataTestId — Sets the testing hook ID for automated testing. For example, setting it to "customer-analytics-boardlet" allows test scripts to reliably locate this wrapper during automated testing.
  • Figma: tba
  • Live style guide: tba

Guidelines

Usage

  • Render a specific static boardlet from a registered microfrontend by pairing microfrontend with a valid staticComponentName.
  • Configure the embedded boardlet only via externalConfig; pass exactly the keys the selected boardlet expects.
  • Label the instance clearly for authors with displayName. Use a descriptive displayName to clarify placement/intent in dense layouts.

...