Skip to content

@ralphschuler.webgl shader factory.<internal>.WindowEventHandlers

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: WindowEventHandlers

@ralphschuler/webgl-shader-factory.<internal>.WindowEventHandlers

Hierarchy

Table of contents

Properties

Methods

Properties

onafterprint

onafterprint: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25862


onbeforeprint

onbeforeprint: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25864


onbeforeunload

onbeforeunload: null | (this: WindowEventHandlers, ev: BeforeUnloadEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25866


ongamepadconnected

ongamepadconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25868


ongamepaddisconnected

ongamepaddisconnected: null | (this: WindowEventHandlers, ev: GamepadEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25870


onhashchange

onhashchange: null | (this: WindowEventHandlers, ev: HashChangeEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25872


onlanguagechange

onlanguagechange: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25874


onmessage

onmessage: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25876


onmessageerror

onmessageerror: null | (this: WindowEventHandlers, ev: MessageEvent<any>) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25878


onoffline

onoffline: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25880


ononline

ononline: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25882


onpagehide

onpagehide: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25884


onpageshow

onpageshow: null | (this: WindowEventHandlers, ev: PageTransitionEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25886


onpopstate

onpopstate: null | (this: WindowEventHandlers, ev: PopStateEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25888


onrejectionhandled

onrejectionhandled: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25890


onstorage

onstorage: null | (this: WindowEventHandlers, ev: StorageEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25892


onunhandledrejection

onunhandledrejection: null | (this: WindowEventHandlers, ev: PromiseRejectionEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25894


onunload

onunload: null | (this: WindowEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25896

Methods

addEventListener

addEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof WindowEventHandlersEventMap

Parameters

Name Type
type K
listener (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any
options? boolean | AddEventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25897

addEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | AddEventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25898


removeEventListener

removeEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof WindowEventHandlersEventMap

Parameters

Name Type
type K
listener (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any
options? boolean | EventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25899

removeEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | EventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:25900

Typescript Libraries

Modules

Namespaces

Clone this wiki locally