Typing Text
Typewriter text effect.
Reveals text character-by-character like a typewriter.
type · typing_text
An animated visual primitive.
How to use it
Just ask for it in chat — the agent emits this widget and the shell renders it:
Try saying
“type out 'Welcome to MeghaOS' like a terminal”
Example
The agent returns this A2UI component (inside the components array of a /chat response):
typing_text.json
{
"type": "typing_text",
"content": "Welcome to MeghaOS",
"charDelay": 60
}Properties
| Prop | Type | Description |
|---|---|---|
content | string | Text to type out |
charDelay | number | ms between characters |
color | color | Text color |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.