WebGLContextEvent

open external class WebGLContextEvent(type: String, eventInit: WebGLContextEventInit = definedExternally) : Event(source)

Exposes the JavaScript WebGLContextEvent to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
fun WebGLContextEvent(type: String, eventInit: WebGLContextEventInit = definedExternally)

Types

Link copied to clipboard
object Companion
Since Kotlin 1.1

Functions

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

Properties

Link copied to clipboard
open val bubbles: Boolean
Since Kotlin 1.1
Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
open val composed: Boolean
Since Kotlin 1.1
Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
open val eventPhase: Short
Since Kotlin 1.1
Link copied to clipboard
open val isTrusted: Boolean
Since Kotlin 1.1
Link copied to clipboard
Since Kotlin 1.1
Link copied to clipboard
open val target: EventTarget?
Since Kotlin 1.1
Link copied to clipboard
open val timeStamp: Number
Since Kotlin 1.1
Link copied to clipboard
open val type: String
Since Kotlin 1.1