Dart API Reference
dart:html
OverflowEvent
OverflowEvent
class
Annotations
DocsEditable()
DomName('OverflowEvent')
Experimental()
Extends
Object
Event
OverflowEvent
Constants
BOTH
=
2
HORIZONTAL
=
0
VERTICAL
=
1
Instance Properties
horizontalOverflow
bool
read-only
orient
int
read-only
verticalOverflow
bool
read-only
matchingTarget
Element
Inherited
read-only
bubbles
bool
Inherited
read-only
cancelable
bool
Inherited
read-only
clipboardData
DataTransfer
Inherited
read-only
currentTarget
EventTarget
Inherited
read-only
defaultPrevented
bool
Inherited
read-only
eventPhase
int
Inherited
read-only
path
List
<
Node
>
Inherited
read-only
target
EventTarget
Inherited
read-only
timeStamp
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
preventDefault
(
) →
void
Inherited
stopImmediatePropagation
(
) →
void
Inherited
stopPropagation
(
) →
void
Inherited