LeafletKeyboardEvent class

Inheritance
Annotations
  • @JS()
  • @anonymous

Constructors

LeafletKeyboardEvent()

Properties

hashCode int
The hash code for this object.
no setterinherited
originalEvent Event
The original DOM KeyboardEvent that triggered this Leaflet event.
no setter
propagatedFrom JsObject
For propagated events, the last object that propagated the event to its event parent. layer Object Deprecated. The same as propagatedFrom.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceTarget JsObject
The object that originally fired the event. For non-propagated events, this will be the same as the target.
no setterinherited
target JsObject
The object that fired the event. For propagated events, the last object in the propagation chain that fired the event.
no setterinherited
type String
The event type (e.g. 'click').
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited