StorageEvent

open external class StorageEvent(type: String, eventInitDict: StorageEventInit) : Event

Exposes the JavaScript StorageEvent to Kotlin

Constructors

StorageEvent
Link copied to clipboard
JS
fun StorageEvent(type: String, eventInitDict: StorageEventInit = definedExternally)

Types

Companion
Link copied to clipboard
JS
object Companion

Functions

composedPath
Link copied to clipboard
JS
fun composedPath(): Array<EventTarget>
initEvent
Link copied to clipboard
JS
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
preventDefault
Link copied to clipboard
JS
fun preventDefault()
stopImmediatePropagation
Link copied to clipboard
JS
fun stopImmediatePropagation()
stopPropagation
Link copied to clipboard
JS
fun stopPropagation()

Properties

bubbles
Link copied to clipboard
JS
open val bubbles: Boolean
cancelable
Link copied to clipboard
JS
open val cancelable: Boolean
composed
Link copied to clipboard
JS
open val composed: Boolean
currentTarget
Link copied to clipboard
JS
open val currentTarget: EventTarget?
defaultPrevented
Link copied to clipboard
JS
open val defaultPrevented: Boolean
eventPhase
Link copied to clipboard
JS
open val eventPhase: Short
isTrusted
Link copied to clipboard
JS
open val isTrusted: Boolean
key
Link copied to clipboard
JS
open val key: String?
newValue
Link copied to clipboard
JS
open val newValue: String?
oldValue
Link copied to clipboard
JS
open val oldValue: String?
storageArea
Link copied to clipboard
JS
open val storageArea: Storage?
target
Link copied to clipboard
JS
open val target: EventTarget?
timeStamp
Link copied to clipboard
JS
open val timeStamp: Number
type
Link copied to clipboard
JS
open val type: String
url
Link copied to clipboard
JS
open val url: String