Interface WebGLContextEventInit
interface WebGLContextEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
statusMessage?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
statusMessage?: string;
}
Hierarchy (View Summary)
- EventInit
- WebGLContextEventInit
Index
Properties
Was this helpful?