Event 类
- 实现者
- AnimationEvent
- AnimationPlaybackEvent
- ApplicationCacheErrorEvent
- AudioProcessingEvent
- BeforeInstallPromptEvent
- BeforeUnloadEvent
- BlobEvent
- ClipboardEvent
- CloseEvent
- ContextEvent
- CustomEvent
- DeviceMotionEvent
- DeviceOrientationEvent
- ErrorEvent
- ExtendableEvent
- FontFaceSetLoadEvent
- GamepadEvent
- HashChangeEvent
- KeyEvent
- MediaEncryptedEvent
- MediaKeyMessageEvent
- MediaQueryListEvent
- MediaStreamEvent
- MediaStreamTrackEvent
- MessageEvent
- MidiConnectionEvent
- MidiMessageEvent
- MutationEvent
- OfflineAudioCompletionEvent
- PageTransitionEvent
- PaymentRequestUpdateEvent
- PopStateEvent
- PresentationConnectionAvailableEvent
- PresentationConnectionCloseEvent
- ProgressEvent
- PromiseRejectionEvent
- RtcDataChannelEvent
- RtcDtmfToneChangeEvent
- RtcPeerConnectionIceEvent
- RtcTrackEvent
- SecurityPolicyViolationEvent
- SensorErrorEvent
- SpeechRecognitionError
- SpeechRecognitionEvent
- SpeechSynthesisEvent
- StorageEvent
- TrackEvent
- TransitionEvent
- UIEvent
- VersionChangeEvent
- VRDeviceEvent
- VRDisplayEvent
- VRSessionEvent
- 注释
-
- @Native("Event,InputEvent,SubmitEvent")
构造函数
属性
- bubbles → bool?
-
无设置器
- cancelable → bool?
-
无设置器
- composed → bool?
-
无设置器
- currentTarget → EventTarget?
-
无设置器
- defaultPrevented → bool
-
无设置器
- eventPhase → int
-
无设置器
- hashCode → int
- 该对象的全局哈希码。无设置器继承
- isTrusted → bool?
-
无设置器
- matchingTarget → Element
- 一个指向元素,其 CSS 选择器在发生事件时匹配。如果此 Event 未关联任何 Event 委托,访问此值将抛出 UnsupportedError。无设置器
-
path → List<
EventTarget> -
无设置器
- runtimeType → Type
- 对象运行类型表示。无设置器继承
- target → EventTarget?
-
无设置器
- timeStamp → num?
-
无设置器
- type → String
-
无设置器
方法
-
composedPath(
) → List< EventTarget> -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
preventDefault(
) → void -
stopImmediatePropagation(
) → void -
stopPropagation(
) → void -
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 相等于运算符。继承
常量
- AT_TARGET → const int
- 此事件正在由事件目标处理。
- BUBBLING_PHASE → const int
- 此事件正在通过目标祖先向上冒泡。
- CAPTURING_PHASE → const int
- 此事件正在从文档开始通过目标祖先进行传播。