Properties
EventTarget
EventTarget: object
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:5081
Type declaration
constructor: function
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:5082
onabort
onabort: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16920
onerror
onerror: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16921
onload
onload: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16922
onloadend
onloadend: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16923
onloadstart
onloadstart: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16924
onprogress
onprogress: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16925
ontimeout
ontimeout: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:16926
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.