Typescript Library Declarations (Web Worker)
Interface WebGLContextEventInit
interface
WebGLContextEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
statusMessage
?:
string
;
}
Hierarchy
EventInit
WebGLContextEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
status
Message?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
status
Message
status
Message
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
status
Message
Typescript Library Declarations (Web Worker)