CloseEvent

JS
1.1
open class CloseEvent : Event
(source)

Exposes the JavaScript CloseEvent to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript CloseEvent to Kotlin

CloseEvent (
type : String ,
eventInitDict : CloseEventInit = definedExternally )

Properties

JS
1.1

code

open val code : Short
JS
1.1

reason

open val reason : String
JS
1.1

wasClean

open val wasClean : Boolean

Companion Object Properties

JS
1.1

AT_TARGET

val AT_TARGET : Short
JS
1.1

BUBBLING_PHASE

val BUBBLING_PHASE : Short
JS
1.1

CAPTURING_PHASE

val CAPTURING_PHASE : Short
JS
1.1

NONE

val NONE : Short