Skip to content

Component

Defines UI components that can be rendered.

Properties

  • id: id of the component, not mandatory. Can be a reference that point to another component
  • subset: The type of UI element (e.g., layout-linear, button, text)
  • style: Style object
  • content: Content or child components (can be a value or a reference)

... (TODO expand with example JSON)