SpeechSynthesisEvent

继承
注解
  • @Native("SpeechSynthesisEvent")

属性

bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
charIndex int?
无设置器
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
defaultPrevented bool
无设置器继承
elapsedTime num?
无设置器
eventPhase int
无设置器继承
hashCode int
此对象的哈希码。
无设置器继承
isTrusted bool?
无设置器继承
matchingTarget Element
指向触发事件的元素,其 CSS 选择器匹配。如果没有使用任何事件代理,访问此值将抛出 UnsupportedError
无设置器继承
name String?
无设置器
path List<EventTarget>
无设置器继承
runtimeType Type
表示对象的运行时类型。
无设置器继承
target EventTarget?
无设置器继承
timeStamp num?
无设置器继承
type String
无设置器继承
utterance SpeechSynthesisUtterance?
无设置器

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承