toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
QueueEvent__0
Queue
Event__0
js
external
interface
QueueEvent__0
:
QueueEvent
<
Any
>
Members
Properties
bubbles
Link copied to clipboard
js
open
var
bubbles
:
Boolean
cancelable
Link copied to clipboard
js
open
var
cancelable
:
Boolean
cancel
Bubble
Link copied to clipboard
js
open
var
cancelBubble
:
Boolean
composed
Link copied to clipboard
js
open
var
composed
:
Boolean
current
Target
Link copied to clipboard
js
open
var
currentTarget
:
EventTarget__0
default
Prevented
Link copied to clipboard
js
open
var
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
js
open
var
eventPhase
:
Number
is
Trusted
Link copied to clipboard
js
open
var
isTrusted
:
Boolean
messages
Link copied to clipboard
js
abstract
var
messages
:
Array
<
Message
<
Any
>
>
queue
Link copied to clipboard
js
abstract
var
queue
:
String
return
Value
Link copied to clipboard
js
open
var
returnValue
:
Boolean
src
Element
Link copied to clipboard
js
open
var
srcElement
:
EventTarget__0
time
Stamp
Link copied to clipboard
js
open
var
timeStamp
:
Number
type
Link copied to clipboard
js
open
var
type
:
String
Functions
ack
All
Link copied to clipboard
js
abstract
fun
ackAll
(
)
composed
Path
Link copied to clipboard
js
open
fun
composedPath
(
)
:
Array
<
EventTarget__0
>
prevent
Default
Link copied to clipboard
js
open
fun
preventDefault
(
)
retry
All
Link copied to clipboard
js
abstract
fun
retryAll
(
)
stop
Immediate
Propagation
Link copied to clipboard
js
open
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
js
open
fun
stopPropagation
(
)
wait
Until
Link copied to clipboard
js
open
fun
waitUntil
(
promise
:
Promise
<
Any
>
)