Page History
(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)
Content
Link to Figma: https://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=11524-14777&t=iosNC2AkSTGs5lMh-1
Overview
- The Content Component is a versatile UI element.
- It embeds and displays other content, such as boardlets, inside the application.
- It supports conditional rendering based on context values.
- It allows customized sizing of the embedded content.
- It enables reuse of content across multiple areas while staying context-aware.
...
- visibilityPolicySetId – Determines the visibility of the component based on specified policy sets. For example, setting to "contentAccessPolicy" restricts the content visibility to users with specific access permissions, allowing for role-based display of sensitive information.
Links
- Figma: https://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=11524-14777&t=iosNC2AkSTGs5lMh-1
- Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id2/3-content-switch
Guidelines
Usage
- Embed and reuse content by setting
contentIdto the target unit; the component renders that content in place and stays context-aware. - Expose stable automation handles via
idanddataTestIdfor scripts and tests. - Make onboarding discoverable by enabling a hotspot with
enableAsHotspotand provide localized text viaguidedTourHotSpotTitleandguidedTourHotSpotDescription.
...