WebGLContextEvent

open class WebGLContextEvent(val type: EventType<WebGLContextEvent>, init: WebGLContextEventInit = definedExternally) : Event(source)

The WebGLContextEvent interface is part of the WebGL API and is an interface for an event that is generated in response to a status change to the WebGL rendering context.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<WebGLContextEvent>, init: WebGLContextEventInit = definedExternally)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The read-only WebGLContextEvent.statusMessage property contains additional event status information, or is an empty string if no additional information is available.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<WebGLContextEvent>

Functions

Link copied to clipboard
open override fun asInit(): WebGLContextEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard