On this page

Type Alias EventInProgress

type EventInProgress = {
    handlerName: string;
    originalEvent: Event;
}
Index

Properties

handlerName: string
originalEvent: Event
Was this helpful?
SDK JS
Reference
EventInProgress