Generates an ID by concatenating a prefix with an array of strings. Replaces spaces in each string with underscores.
The prefix to be added to the ID.
Rest
An array of strings to be concatenated.
The generated ID.
Generated using TypeDoc
Generates an ID by concatenating a prefix with an array of strings. Replaces spaces in each string with underscores.