". On GAS this persists to the learner's progress Sheet. Restores previously saved text on revisit.">
Structured free-text reflection textarea with a submit button. Saves the response to progress_store under the key "reflect:
| Field | Type | |
|---|---|---|
| prompt | string (required). The reflection question shown above the textarea. | required |
| prompt_id | string. Key suffix for progress_store. Default "reflection". | optional |
| placeholder | string. Textarea placeholder text. | optional |
| accent | string. Accent colour. Default | optional |
{
"type": "reflection_prompt",
"prompt": "Describe what you'd like to create."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:reflection_prompt",
"displayName": "Reflection Prompt",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/reflection_prompt",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Structured free-text reflection textarea with a submit button. Saves the response to progress_store under the key \"reflect:\". On GAS this persists to the learner's progress Sheet. Restores previously saved text on revisit.",
"representativeQueries": [
"show a reflection textarea \u2014 saves to progress_store; restores on revisit",
"structured free-text reflection textarea with a submit button. saves the response to progress_store",
"render a reflection prompt"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →