CloseEvent 类
构造函数
- CloseEvent(String type, [Map? eventInitDict])
-
工厂方法
属性
- bubbles → bool?
-
无设置器继承的
- cancelable → bool?
-
无设置器继承的
- code → int?
-
无设置器
- composed → bool?
-
无设置器继承的
- currentTarget → EventTarget?
-
无设置器继承的
- defaultPrevented → bool
-
无设置器继承的
- eventPhase → int
-
无设置器继承的
- hashCode → int
- 此对象的哈希码。无设置器继承的
- isTrusted → bool?
-
无设置器继承的
- matchingTarget → Element
- 指向触发事件的元素的指针。如果没有使用任何事件代理,则访问此值将抛出 UnsupportedError。无设置器继承的
-
path → List<
EventTarget> -
无设置器继承的
- reason → String?
-
无设置器
- runtimeType → Type
- 对象的运行时类型的表示。无设置器继承的
- target → EventTarget?
-
无设置器继承的
- timeStamp → num?
-
无设置器继承的
- type → String
-
无设置器继承的
- wasClean → bool?
-
无设置器
方法
-
composedPath(
) → List< EventTarget> -
继承的
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。继承的
-
preventDefault(
) → void -
继承的
-
stopImmediatePropagation(
) → void -
继承的
-
stopPropagation(
) → void -
继承的
-
toString(
) → String - 此对象的字符串表示。继承的
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承的