Dart SDK
dart:html
CustomEvent
CustomEvent
constructor
CustomEvent
CustomEvent
Properties
detail
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
Constructors
CustomEvent
Methods
preventDefault
stopImmediatePropagation
stopPropagation
CustomEvent
(
String
type
,
{
bool
canBubble
:
true
,
bool
cancelable
:
true
,
Object
detail
}
)
(Not documented.)