CustomEvent-1
CustomEvent: {
<T>(type, eventInitDict?): CustomEvent<T>;
prototype: CustomEvent;
};
Type Declaration
Parameters
| Parameter | Type |
|---|---|
type | string |
eventInitDict? | CustomEventInit<T> |
Returns
CustomEvent<T>
prototype
prototype: CustomEvent;