HasNativeEvent abstract class
An object that implements this interface has a native event associated with it.
abstract class HasNativeEvent { /** * Gets the underlying native event. * * @return the native event */ dart_html.Event getNativeEvent(); }
Subclasses
Methods
abstract Event getNativeEvent() #
Gets the underlying native event.
@return the native event