Dart API Referencedart:htmlOverflowEvent

OverflowEvent Interface

Extends

Event

Static Fields

Code final int BOTH #

static final int BOTH = 2;

Code final int HORIZONTAL #

static final int HORIZONTAL = 0;

Code final int VERTICAL #

static final int VERTICAL = 1;

Fields

Code final bool horizontalOverflow #

final bool horizontalOverflow;

Code final int orient #

final int orient;

Code final bool verticalOverflow #

final bool verticalOverflow;