Type Alias: EventHandlerId
type EventHandlerId = string;
This type represents unique id of each event handler callback that is registered.
type EventHandlerId = string;
This type represents unique id of each event handler callback that is registered.