LeafletEvent class

Event The base event object. All other event objects contain these properties too.

Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

LeafletEvent()

Properties

hashCode int
The hash code for this object.
no setterinherited
propagatedFrom JsObject
For propagated events, the last object that propagated the event to its event parent. layer Object Deprecated. The same as propagatedFrom.
no setter
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 setter
target JsObject
The object that fired the event. For propagated events, the last object in the propagation chain that fired the event.
no setter
type String
The event type (e.g. 'click').
no setter

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