Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-electron
/
electron.core
/
DidFailLoadEvent
Did
Fail
Load
Event
external
interface
DidFailLoadEvent
:
Event
(
source
)
Members
Properties
bubbles
Link copied to clipboard
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
composed
Link copied to clipboard
val
composed
:
Boolean
current
Target
Link copied to clipboard
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
error
Code
Link copied to clipboard
abstract
var
errorCode
:
Double
error
Description
Link copied to clipboard
abstract
var
errorDescription
:
String
event
Phase
Link copied to clipboard
val
eventPhase
:
EventPhase
is
Main
Frame
Link copied to clipboard
abstract
var
isMainFrame
:
Boolean
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
target
Link copied to clipboard
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
open
val
type
:
EventType
<
Event
>
validated
URL
Link copied to clipboard
abstract
var
validatedURL
:
String
Functions
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
ReadonlyArray
<
EventTarget
>
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
)