Skip to content

Documentation / base / EventMap

Type Alias: EventMap

EventMap = Record<string, any[]>

Defined in: libs/base/src/event.ts:7

Mapping table of event types and their constructors

Released under the MIT License.