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