dart:html
PushEvent class
- Inheritance
-
- Annotations
-
Constructors
- PushEvent(String type, [Map? eventInitDict])
factory
Properties
- bubbles → bool?
read-only, inherited
- cancelable → bool?
read-only, inherited
- composed → bool?
read-only, inherited
- currentTarget → EventTarget?
read-only, inherited
- data → PushMessageData?
read-only
- defaultPrevented → bool
read-only, inherited
- eventPhase → int
read-only, inherited
- hashCode → int
read-only, inherited
- The hash code for this object.
- isTrusted → bool?
read-only, inherited
- matchingTarget → Element
read-only, inherited
- 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.
- path → List<EventTarget>
read-only, inherited
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- target → EventTarget?
read-only, inherited
- timeStamp → num?
read-only, inherited
- type → String
read-only, inherited
Methods
- composedPath() → List<EventTarget>
inherited
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- preventDefault() → void
inherited
- stopImmediatePropagation() → void
inherited
- stopPropagation() → void
inherited
- toString() → String
inherited
- A string representation of this object.
- waitUntil(Future f) → void
inherited
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.