RobotRock
Context widgets

Link

  • Auto-selected: no (set ui:widget explicitly)
  • ui:options: none
context: {
  data: { proposalUrl: "https://example.com/proposals/q4-budget" },
  ui: { proposalUrl: { "ui:widget": "link" } },
}

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": {
    "proposalUrl": "https://example.com/proposals/q4-budget"
  },
  "ui": {
    "proposalUrl": {
      "ui:title": "Proposal",
      "ui:widget": "link"
    }
  }
}

See also

This widget also appears in the full Document Access Request task example.