Interface EventLikeConstructor<E>
interface
EventLikeConstructor<E
extends Event> { new
EventLikeConstructor(type: string, options: EventInit):
E;}
Constructors
constructor
-
new
EventLikeConstructor(type: string, options: EventInit):
E
Parameters
-
type:
string
-
options:
EventInit
Returns
E