PaymentRequestEvent 类
- 继承
-
- Object
- Event
- ExtendableEvent
- 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
- 指向触发事件的元素的指针。如果没有与事件委托相关联,访问此值将抛出 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) → dynamic - 当访问不存在的属性或方法时调用。继承的
-
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 - 等号运算符。继承的