Page History
...
- visibilityPolicySetId – Determines whether the component is displayed based on a policy set. This allows showing the image only to users with specific permissions. Example: "contentViewerPolicy".
Links
- Figma: tbahttps://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=11613-71930&t=2GNf1jEXqXOrnDUK-1
- Live style guide: tbahttps://e1-dev.k8s.myapp.de/live-style-guide/id7/6-image-raster
Guidelines
Usage
- Bind visual content with
imageUrl(template expressions allowed) and always provide an appropriatealt. - Choose an explicit sizing mode via
resizeImageStrategy: fitToContainerfor aspect-preserving photos/illustrations.useStaticSizewithwidth/heightfor predictable thumbnails.useRealSizefor pixel-accurate assets.fillWholeContentonly when distortion is acceptable.- Control when the component renders with
displayConditions; restrict access withvisibilityPolicySetId.
...