textGroup
Class: Content BlockA group of one or more lines of text. Being a Content Block, they differ from Text chunks because textGroups are used as content for many OboNode types.
Learn more about using text in Text Content Conventions
Properties
An array of one or more textItems.
Required Children
None
Variables Registered
None
Example
JSON
"textGroup": [
{
"text": {
"value": "I've seen things you people wouldn't believe"
}
},
{
"text": {
"value": "Attack ships on fire off the shoulder of Orion."
}
}
]
OboXML
<textGroup>
<t>I've seen things you people wouldn't believe</t>
<t>Attack ships on fire off the shoulder of Orion.</t>
</textGroup>