PaymentRequestEvent class

Inheritance
Annotations
  • @Native("PaymentRequestEvent")

Constructors

PaymentRequestEvent(String type, Map eventInitDict)
factory

Properties

bubblesbool?
read-only, inherited
cancelablebool?
read-only, inherited
composedbool?
read-only, inherited
currentTargetEventTarget?
read-only, inherited
defaultPreventedbool
read-only, inherited
eventPhaseint
read-only, inherited
hashCodeint
read-only, inherited
The hash code for this object. [...]
instrumentKeyString?
read-only
isTrustedbool?
read-only, inherited
matchingTargetElement
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.
methodDataList?
read-only
modifiersList?
read-only
pathList<EventTarget>
read-only, inherited
paymentRequestIdString?
read-only
paymentRequestOriginString?
read-only
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.
targetEventTarget?
read-only, inherited
timeStampnum?
read-only, inherited
topLevelOriginString?
read-only
totalObject?
read-only
typeString
read-only, inherited

Methods

composedPath() → List<EventTarget>
inherited
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
openWindow(String url) → Future<WindowClient>
preventDefault() → void
inherited
respondWith(Future response) → void
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. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/PaymentRequestEvent-class.html