Context widgets
String
- Auto-selected for: string values
ui:options: none (custom keys ignored today)
context: {
data: { summary: "Budget update for Q4" },
ui: { summary: { "ui:widget": "string" } },
}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": {
"summary": "Budget update for Q4"
},
"ui": {
"summary": {
"ui:title": "Summary",
"ui:widget": "string"
}
}
}See also
This widget also appears in the full Document Access Request task example.