OfflineAudioCompletionEvent

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

构造函数

OfflineAudioCompletionEvent(String type, Map eventInitDict)
工厂方法

属性

bubbles bool?
无设置器继承的
cancelable bool?
无设置器继承的
composed bool?
无设置器继承的
currentTarget EventTarget?
无设置器继承的
defaultPrevented bool
无设置器继承的
eventPhase int
无设置器继承的
hashCode int
该对象的花码。
无设置器继承的
isTrusted bool?
无设置器继承的
matchingTarget Element
指向匹配 CSS 选择器并引发事件的元素的指针。如果此事件未与任何事件委托相关联,则访问此值将抛出 UnsupportedError
无设置器继承的
path List<EventTarget>
无设置器继承的
renderedBuffer AudioBuffer?
无设置器
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
等于运算符。
继承的