Dart SDK
dart:html
Event
property cancelable
cancelable
class Event
Constructors
Event
eventType
Properties
bubbles
cancelable
currentTarget
defaultPrevented
eventPhase
isTrusted
matchingTarget
path
scoped
target
timeStamp
type
hashCode
runtimeType
Methods
deepPath
preventDefault
stopImmediatePropagation
stopPropagation
noSuchMethod
toString
Operators
operator ==
Constants
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
bool
cancelable
@DocsEditable(), @DomName('Event.cancelable'), final
Source
final bool cancelable
property cancelable