Defines a contract for UI5 components that can render themselves based on dynamic data.
A Renderable component transforms structured data provided by a Provider into a UI5-compatible output format (e.g., XML or JSON). This allows dynamic artifacts like Tiles, Cards, or KPIs to remain declarative while consuming real-time values.
| Methods | ||
|---|---|---|
public
|
render(Payload $data): string
|
# |