WebGLContextEvent

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

The WebContextEvent 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
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