• Generates an ID by concatenating a prefix with an array of strings. Replaces spaces in each string with underscores.

    Parameters

    • prefix: string

      The prefix to be added to the ID.

    • Rest ...arr: string[]

      An array of strings to be concatenated.

    Returns string

    The generated ID.

Generated using TypeDoc