CloseEvent

open class CloseEvent(type: String, eventInitDict: CloseEventInit) : Event, JsAny

Exposes the JavaScript CloseEvent to Kotlin

Constructors

Link copied to clipboard
constructor(type: String, eventInitDict: CloseEventInit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
Link copied to clipboard
open val code: Short
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
open val reason: String
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
Link copied to clipboard
open val type: String
Link copied to clipboard
open val wasClean: Boolean

Functions

Link copied to clipboard
Link copied to clipboard
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard