Function uniqueId

  • Generates a unique ID with an optional prefix.

    Parameters

    • Optionalprefix: string = '$MW$'

      The prefix to use for the unique ID. Defaults to '$MW$'.

    Returns string

    The generated unique ID.