Internal
Text
The text item type.
Send "type": "text". A primitive the editor draws; it has no MCP tool.
Fields
textstringrequiredfontSizeintegerDefaults to 16.
alignenum<string>One of left, center or right. Defaults to left.
colorstringboldbooleanDefaults to false.
Example
{
"type": "text",
"data": {
"text": "Interview 5 users",
"fontSize": 16,
"align": "left",
"color": "string",
"bold": false
}
}
Was this page helpful?