Event-1
Event: {
(type, eventInitDict?): Event;
AT_TARGET: 2;
BUBBLING_PHASE: 3;
CAPTURING_PHASE: 1;
NONE: 0;
prototype: Event;
};
Type Declaration
Parameters
| Parameter | Type |
|---|---|
type | string |
eventInitDict? | EventInit |
Returns
AT_TARGET
readonly AT_TARGET: 2;
BUBBLING_PHASE
readonly BUBBLING_PHASE: 3;
CAPTURING_PHASE
readonly CAPTURING_PHASE: 1;
NONE
readonly NONE: 0;
prototype
prototype: Event;