basic event types, in general the type is builded from the eventMap this is very usefull for editor completion
type MyEventType = MapEvents<MyEventMap>; Copy
type MyEventType = MapEvents<MyEventMap>;
Generated using TypeDoc
basic event types, in general the type is builded from the eventMap this is very usefull for editor completion
Example