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
active
active: boolean
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9895
id
id: string
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9896
onactive
onactive: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9897
onaddtrack
onaddtrack: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9898
oninactive
oninactive: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9899
onremovetrack
onremovetrack: function | null
Defined in node_modules/typedoc/node_modules/typescript/lib/lib.dom.d.ts:9900
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.