getElementEventHelper method

Returns a DiagnosticsElementEventHelper object for a specific element.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

 

Syntax

var oElementEventHelper = DiagnosticsDom.getElementEventHelper(element);

Parameters

  • element [in]
    Type: Element, Window, or Document

See also

DiagnosticsDom