MLE Implemented Web APIs(mle-js-webapis)
Preparing search index...
dom
Event
Class Event
Index
Constructors
constructor
Properties
bubbles
cancelable
cancel
Bubble
composed
current
Target
default
Prevented
event
Phase
is
Trusted
return
Value
src
Element
target
time
Stamp
type
AT_
TARGET
BUBBLING_
PHASE
CAPTURING_
PHASE
NONE
Methods
init
Event
prevent
Default
stop
Immediate
Propagation
stop
Propagation
Constructors
constructor
new
Event
(
type
:
string
,
eventInitDict
?:
EventInit
)
:
Event
Parameters
type
:
string
Optional
eventInitDict
:
EventInit
Returns
Event
Properties
Readonly
bubbles
bubbles
:
boolean
Readonly
cancelable
cancelable
:
boolean
cancel
Bubble
cancelBubble
:
boolean
Deprecated
Readonly
composed
composed
:
boolean
Readonly
current
Target
currentTarget
:
EventTarget
Readonly
default
Prevented
defaultPrevented
:
boolean
Readonly
event
Phase
eventPhase
:
number
Readonly
is
Trusted
isTrusted
:
boolean
return
Value
returnValue
:
boolean
Deprecated
Readonly
src
Element
srcElement
:
EventTarget
Readonly
target
target
:
EventTarget
Readonly
time
Stamp
timeStamp
:
number
Deprecated
Readonly
type
type
:
string
Static
AT_
TARGET
AT_TARGET
:
2
Static
BUBBLING_
PHASE
BUBBLING_PHASE
:
3
Static
CAPTURING_
PHASE
CAPTURING_PHASE
:
1
Static
NONE
NONE
:
0
Methods
init
Event
initEvent
(
type
:
string
,
bubbles
?:
boolean
,
cancelable
?:
boolean
)
:
void
Parameters
type
:
string
Optional
bubbles
:
boolean
Optional
cancelable
:
boolean
Returns
void
Deprecated
prevent
Default
preventDefault
()
:
void
Returns
void
stop
Immediate
Propagation
stopImmediatePropagation
()
:
void
Returns
void
stop
Propagation
stopPropagation
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
bubbles
cancelable
cancel
Bubble
composed
current
Target
default
Prevented
event
Phase
is
Trusted
return
Value
src
Element
target
time
Stamp
type
AT_
TARGET
BUBBLING_
PHASE
CAPTURING_
PHASE
NONE
Methods
init
Event
prevent
Default
stop
Immediate
Propagation
stop
Propagation
MLE Implemented Web APIs(mle-js-webapis)
Loading...
Deprecated