interface EventMap {
    [_: string]: ((...args: any[]) => void);
}

Hierarchy-Diagram

UML class diagram of EventMap
Legend
icon for an interface in the UML class diagram interface
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Indexable

[_: string]: ((...args: any[]) => void)
    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void