SyncEvent class - dart:html library (original) (raw)
Inheritance
- Object
- Event
- ExtendableEvent
- SyncEvent
Annotations
- @Native("SyncEvent")
Constructors
SyncEvent(String type, Map init)
factory
Properties
no setterinherited
cancelable → bool?
no setterinherited
no setterinherited
no setterinherited
no setterinherited
no setterinherited
The hash code for this object.
no setterinherited
no setterinherited
lastChance → bool?
no setter
A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.
no setterinherited
path → List<EventTarget>
no setterinherited
A representation of the runtime type of the object.
no setterinherited
no setter
no setterinherited
no setterinherited
no setterinherited
Methods
composedPath()→ List<EventTarget>
inherited
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault()→ void
inherited
stopImmediatePropagation()→ void
inherited
stopPropagation()→ void
inherited
A string representation of this object.
inherited
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited