Function getEventId

  • Function to get a new, unique EventId.

    Returns

    Type Parameters

    • T

      specifies the value-type for the corresponding event

    Parameters

    • Optional nameExtension: string

      an optional extension to the symbol name (so the string representation). Usually, you don't need this, cause even for debugging purposes, you should use setIdName and getIdName.

    Returns EventId<T>

Generated using TypeDoc