Page History
(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.
Links
- Figma: tba
- Live style guide: tba
Guidelines
Usage
- Render a specific static boardlet from a registered microfrontend by pairing
microfrontendwith a validstaticComponentName. - 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 descriptivedisplayNameto clarify placement/intent in dense layouts.
...