fromElement property - MouseEvent class - dart:html library (original) (raw)

description

  1. @deprecated

Node? getfromElement

The nonstandard way to access the element that the mouse comes from in the case of a mouseover event.

This member is deprecated and not cross-browser compatible; use relatedTarget to get the same information in the standard way.

Implementation

@deprecated
Node? get fromElement native;