RobotRock
Context widgets

Object

  • Auto-selected for: object values
  • ui:options: none at object level; nested fields can still use their own widget options (for example currency)
context: {
  data: { owner: { name: "Avery", team: "Finance" } },
  ui: { owner: { "ui:widget": "object" } },
}

Inbox preview

Rendered by the dashboard (static preview route). Matches docs light/dark mode. Handle actions are disabled; use the toolbar to submit this example to your inbox or view its configuration.

Context

{
  "data": {
    "owner": {
      "name": "Avery Chen",
      "team": "Finance"
    }
  },
  "ui": {
    "owner": {
      "ui:title": "Owner",
      "ui:widget": "object",
      "items": {
        "name": {
          "ui:title": "Name"
        },
        "team": {
          "ui:title": "Team"
        }
      }
    }
  }
}

See also

This widget also appears in the full Support Ticket task example.