helper.join
The component combines two or more strings into one. You can add a delimiter to separate the strings, such as a space or comma.
Component properties
Name |
Type |
Description |
|
"helper.join" |
Set component type |
|
any |
Delimiter for joining strings. You can use any number of characters in the delimiter. |
|
array |
Array of strings to join. |
|
string |
String parameters. |