PaymentRequestEvent

继承
注释
  • @Native("PaymentRequestEvent")

构造函数

PaymentRequestEvent(String type, Map eventInitDict)
工厂

属性

bubbles bool?
不可设置继承
cancelable bool?
不可设置继承
composed bool?
不可设置继承
currentTarget EventTarget?
不可设置继承
defaultPrevented bool
不可设置继承
eventPhase int
不可设置继承
hashCode int
此对象的哈希码。
不可设置继承
instrumentKey String?
不可设置
isTrusted bool?
不可设置继承
matchingTarget Element
指向触发事件的元素的指针。如果没有与此 Event 相关的事件委派,访问此值将抛出 UnsupportedError
不可设置继承
methodData List?
不可设置
modifiers List?
不可设置
path List<EventTarget>
不可设置继承
paymentRequestId String?
不可设置
paymentRequestOrigin String?
不可设置
runtimeType Type
对象运行时类型的表示。
不可设置继承
target EventTarget?
不可设置继承
timeStamp num?
不可设置继承
topLevelOrigin String?
不可设置
total Object?
不可设置
type String
不可设置继承

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → 动态类型
当访问不存在的方法或属性时调用的。
继承
openWindow(String url) Future<WindowClient>
preventDefault() → void
继承
respondWith(Future response) → void
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
该对象的字符串表示形式。
继承
waitUntil(Future f) → void
继承

运算符

operator ==(Object other) bool
等号运算符。
继承