NotificationEvent 类
- 继承
-
- Object
- Event
- ExtendableEvent
- NotificationEvent
- 注解
-
- @Native("NotificationEvent")
构造函数
- NotificationEvent(String type, Map eventInitDict)
-
工厂
属性
- action → String?
-
无 Setter
- bubbles → bool?
-
无 Setter继承
- cancelable → bool?
-
无 Setter继承
- composed → bool?
-
无 Setter继承
- currentTarget → EventTarget?
-
无 Setter继承
- defaultPrevented → bool
-
无 Setter继承
- eventPhase → int
-
无 Setter继承
- hashCode → int
- 该对象的总线号。无 Setter继承
- isTrusted → bool?
-
无 Setter继承
- matchingTarget → Element
- 指向触发事件的元素的指针。事件未与任何事件委派关联时,访问此值将抛出 UnsupportedError。无 Setter继承
- notification → Notification?
-
无 Setter
-
path → List<
EventTarget> -
无 Setter继承
- reply → String?
-
无 Setter
- runtimeType → Type
- 该对象的运行时类型表示。无 Setter继承
- target → EventTarget?
-
无 Setter继承
- timeStamp → num?
-
无 Setter继承
- type → String
-
无 Setter继承
方法
-
composedPath(
) → List< EventTarget> -
继承
-
noSuchMethod(
Invocation invocation) → dynamic - 在访问不存在的方法或属性时被调用。继承
-
preventDefault(
) → void -
继承
-
stopImmediatePropagation(
) → void -
继承
-
stopPropagation(
) → void -
继承
-
toString(
) → String - 此对象的字符串表示形式。继承
-
waitUntil(
Future f) → void -
继承
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承