toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
StorageEvent
Storage
Event
open
class
StorageEvent
(
type
:
String
,
eventInitDict
:
StorageEventInit
)
:
Event
,
JsAny
Exposes the JavaScript
StorageEvent
to Kotlin
Members
Constructors
Storage
Event
Link copied to clipboard
constructor
(
type
:
String
,
eventInitDict
:
StorageEventInit
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bubbles
Link copied to clipboard
open
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
open
val
cancelable
:
Boolean
composed
Link copied to clipboard
open
val
composed
:
Boolean
current
Target
Link copied to clipboard
open
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
open
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
open
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
open
val
isTrusted
:
Boolean
key
Link copied to clipboard
open
val
key
:
String
?
new
Value
Link copied to clipboard
open
val
newValue
:
String
?
old
Value
Link copied to clipboard
open
val
oldValue
:
String
?
storage
Area
Link copied to clipboard
open
val
storageArea
:
Storage
?
target
Link copied to clipboard
open
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
open
val
timeStamp
:
JsNumber
type
Link copied to clipboard
open
val
type
:
String
url
Link copied to clipboard
open
val
url
:
String
Functions
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
JsArray
<
EventTarget
>
init
Event
Link copied to clipboard
fun
initEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
)
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
(
)