On this page
property
Node fromElementThe 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.
Source
@DomName('MouseEvent.fromElement')
@DocsEditable()
@deprecated
Node get fromElement =>
_blink.BlinkMouseEvent.instance.fromElement_Getter_(this);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/MouseEvent/fromElement.html