BackgroundFetchClickEvent 类
- 继承关系
-
- Object
- Event
- ExtendableEvent
- BackgroundFetchEvent
- BackgroundFetchClickEvent
- 注解
-
- @Native("BackgroundFetchClickEvent")
构造函数
- BackgroundFetchClickEvent(String type, Map init)
-
工厂
属性
- bubbles → bool?
-
无设置器继承
- cancelable → bool?
-
无设置器继承
- composed → bool?
-
无设置器继承
- currentTarget → EventTarget?
-
无设置器继承
- defaultPrevented → bool
-
无设置器继承
- eventPhase → int
-
无设置器继承
- hashCode → int
- 此对象的哈希码。无设置器继承
- id → String?
-
无设置器继承
- isTrusted → bool?
-
无设置器继承
- matchingTarget → Element
- 一个指向匹配 CSS 选择器的元素的指针。如果此 Event 未与任何 Event 委派相关联,访问此值将抛出一个 UnsupportedError。无设置器继承
-
path → List<
EventTarget> -
无设置器继承
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
- state → String?
-
无设置器
- target → EventTarget?
-
无设置器继承
- timeStamp → num?
-
无设置器继承
- type → String
-
无设置器继承
方法
-
composedPath(
) → List< EventTarget> -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
preventDefault(
) → void -
继承
-
stopImmediatePropagation(
) → void -
继承
-
stopPropagation(
) → void -
继承
-
toString(
) → String - 该对象字符串表示形式。继承
-
waitUntil(
Future f) → void -
继承
操作符
-
operator ==(
Object other) → bool - 相等操作符。继承