525 B
525 B
title | description |
---|---|
textConcat | textConcat attributes, type and example |
Constructor: textConcat
Attributes:
Name | Type | Required |
---|---|---|
texts | Array of RichText | Yes |
Type: RichText
Example:
$textConcat = ['_' => 'textConcat', 'texts' => [RichText], ];
Or, if you're into Lua:
textConcat={_='textConcat', texts={RichText}, }