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