ts-lambda-api - v2.5.2
Preparing search index...
<internal>
Event
Interface Event
interface
Event
{
bubbles
:
boolean
;
cancelable
:
boolean
;
cancelBubble
:
boolean
;
composed
:
boolean
;
currentTarget
:
EventTarget
;
defaultPrevented
:
boolean
;
eventPhase
:
0
|
2
;
isTrusted
:
boolean
;
returnValue
:
boolean
;
srcElement
:
EventTarget
;
target
:
EventTarget
;
timeStamp
:
number
;
type
:
string
;
composedPath
()
:
[
EventTarget
?
]
;
initEvent
(
type
:
string
,
bubbles
?:
boolean
,
cancelable
?:
boolean
)
:
void
;
preventDefault
()
:
void
;
stopImmediatePropagation
()
:
void
;
stopPropagation
()
:
void
;
}
Index
Properties
bubbles
cancelable
cancel
Bubble
composed
current
Target
default
Prevented
event
Phase
is
Trusted
return
Value
src
Element
target
time
Stamp
type
Methods
composed
Path
init
Event
prevent
Default
stop
Immediate
Propagation
stop
Propagation
Properties
Readonly
bubbles
bubbles
:
boolean
Readonly
cancelable
cancelable
:
boolean
cancel
Bubble
cancelBubble
:
boolean
Readonly
composed
composed
:
boolean
Readonly
current
Target
currentTarget
:
EventTarget
Readonly
default
Prevented
defaultPrevented
:
boolean
Readonly
event
Phase
eventPhase
:
0
|
2
Readonly
is
Trusted
isTrusted
:
boolean
Readonly
return
Value
returnValue
:
boolean
Readonly
src
Element
srcElement
:
EventTarget
Readonly
target
target
:
EventTarget
Readonly
time
Stamp
timeStamp
:
number
Readonly
type
type
:
string
Methods
composed
Path
composedPath
()
:
[
EventTarget
?
]
Returns
[
EventTarget
?
]
init
Event
initEvent
(
type
:
string
,
bubbles
?:
boolean
,
cancelable
?:
boolean
)
:
void
Parameters
type
:
string
Optional
bubbles
:
boolean
Optional
cancelable
:
boolean
Returns
void
prevent
Default
preventDefault
()
:
void
Returns
void
stop
Immediate
Propagation
stopImmediatePropagation
()
:
void
Returns
void
stop
Propagation
stopPropagation
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
cancel
Bubble
composed
current
Target
default
Prevented
event
Phase
is
Trusted
return
Value
src
Element
target
time
Stamp
type
Methods
composed
Path
init
Event
prevent
Default
stop
Immediate
Propagation
stop
Propagation
ts-lambda-api - v2.5.2
Loading...