Skip to main content

Event-1

Event: {
(type, eventInitDict?): Event;
AT_TARGET: 2;
BUBBLING_PHASE: 3;
CAPTURING_PHASE: 1;
NONE: 0;
prototype: Event;
};

Type Declaration

Parameters

ParameterType
typestring
eventInitDict?EventInit

Returns

Event

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;