W3cubDocs

/Dart 2

toElement property

Node toElement
final

The nonstandard way to access the element that the mouse goes to in the case of a mouseout event.

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

Implementation

final Node toElement

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/MouseEvent/toElement.html